.\" This manpage content is licensed under Creative Commons .\" Attribution 4.0 International (CC BY 4.0) .\" https://creativecommons.org/licenses/by/4.0/ .\" This manpage was generated from SDL's wiki page for SDL_DateFormat: .\" https://wiki.libsdl.org/SDL_DateFormat .\" Generated with SDL/build-scripts/wikiheaders.pl .\" revision release-3.2.10-0-g877399b2b .\" Please report issues in this manpage's content at: .\" https://github.com/libsdl-org/sdlwiki/issues/new .\" Please report issues in the generation of this manpage from the wiki at: .\" https://github.com/libsdl-org/SDL/issues/new?title=Misgenerated%20manpage%20for%20SDL_DateFormat .\" SDL can be found at https://libsdl.org/ .de URL \$2 \(laURL: \$1 \(ra\$3 .. .if \n[.g] .mso www.tmac .TH SDL_DateFormat 3type "SDL 3.2.10" "Simple Directmedia Layer" "SDL3 DATATYPES" .SH NAME SDL_DateFormat \- The preferred date format of the current system locale\[char46] .SH HEADER FILE Defined in SDL3/SDL_time\[char46]h .SH SYNOPSIS .nf .B #include \(dqSDL3/SDL.h\(dq .PP .BI "typedef enum SDL_DateFormat .BI "{ .BI " SDL_DATE_FORMAT_YYYYMMDD = 0, /**< Year/Month/Day */ .BI " SDL_DATE_FORMAT_DDMMYYYY = 1, /**< Day/Month/Year */ .BI " SDL_DATE_FORMAT_MMDDYYYY = 2 /**< Month/Day/Year */ .BI "} SDL_DateFormat; .fi .SH AVAILABILITY This enum is available since SDL 3\[char46]2\[char46]0\[char46] .SH SEE ALSO .BR \(bu (3), .BR SDL_GetDateTimeLocalePreferences (3)