OrdinalSyntaxDesired_Output
1current_date2024-01-12
2date_format(current_date, 'yyyy') 2024
3date_format(current_date, 'yy') 24
4date_format(current_date, 'M') 1
5date_format(current_date, 'MM') 01
6date_format(current_date, 'MMM') Jan
7date_format(current_date, 'MMMM') January
8date_format(current_date, 'd') 12
9date_format(current_date, 'dd') 12
10date_format(current_date, 'E') Fri
11date_format(current_date, 'EEEE') Friday
12date_format(current_date, 'h') 12
13date_format(current_date, 'hh') 12
14date_format(current_date, 'H') 0
15date_format(current_date, 'HH') 00
16date_format(current_date, 'm') 0
17date_format(current_date, 'mm') 00
18date_format(current_date, 's') 0
19date_format(current_date, 'ss') 00
20date_format(current_date, 'a') AM
21date_format(current_date, 'S') 0
22date_format(current_date, 'SS')00
23date_format(current_date, 'SSS') 000
24date_format(current_date, 'SSSS') 0000
25date_format(current_date, 'SSSSS') 00000
26date_format(current_date, 'SSSSSS') 000000
27date_format(current_date, 'yyyy-MM')2024-01
28date_format(current_date, 'yy-MM')24-01
29date_format(current_date, 'yyyy/MM')2024/01
30date_format(current_date, 'yy/MM')24/01
31date_format(current_date, 'yyyy:MM')2024:01
32date_format(current_date, 'yy:MM')24:01
33date_format(current_date, 'yyyy.MM')2024.01
34date_format(current_date, 'yy.MM')24.01
35date_format(current_date, 'yyyy MM')2024 01
36date_format(current_date, 'yy MM')24 01
37date_format(current_date, 'yyyyMM')202401
38date_format(current_date, 'yyMM')2401
39date_format(current_date, 'yyyy-MM-dd')2024-01-12
40date_format(current_date, 'yy-MM-dd') 24-01-12
41date_format(current_date, 'yyyy/MM/dd') 2024/01/12
42date_format(current_date, 'yy/MM/dd') 24/01/12
43date_format(current_date, 'yyyy:MM:dd') 2024:01:12
44date_format(current_date, 'yy:MM:dd') 24:01:12
45date_format(current_date, 'yyyy.MM.dd') 2024.01.12
46date_format(current_date, 'yy.MM.dd') 24.01.12
47date_format(current_date, 'yyyy MM dd') 2024 01 12
48date_format(current_date, 'yy MM dd') 24 01 12
49date_format(current_date, 'yyyyMMdd') 20240112
50date_format(current_date, 'yyMMdd') 240112
51date_format(current_date, 'yyyy-M-dd')2024-1-12
52date_format(current_date, 'yy-M-dd') 24-1-12
53date_format(current_date, 'yyyy/M/dd') 2024/1/12
54date_format(current_date, 'yy/M/dd') 24/1/12
55date_format(current_date, 'yyyy:M:dd') 2024:1:12
56date_format(current_date, 'yy:M:dd') 24:1:12
57date_format(current_date, 'yyyy.M.dd') 2024.1.12
58date_format(current_date, 'yy.M.dd') 24.1.12
59date_format(current_date, 'yyyy M dd') 2024 1 12
60date_format(current_date, 'yy M dd') 24 1 12
61date_format(current_date, 'yyyyMdd') 2024112
62date_format(current_date, 'yyMdd') 24112
63date_format(current_date, 'yyyy-MMM-dd')2024-Jan-12
64date_format(current_date, 'yy-MMM-dd') 24-Jan-12
65date_format(current_date, 'yyyy/MMM/dd') 2024/Jan/12
66date_format(current_date, 'yy/MMM/dd') 24/Jan/12
67date_format(current_date, 'yyyy:MMM:dd') 2024:Jan:12
68date_format(current_date, 'yy:MMM:dd') 24:Jan:12
69date_format(current_date, 'yyyy.MMM.dd') 2024.Jan.12
70date_format(current_date, 'yy.MMM.dd') 24.Jan.12
71date_format(current_date, 'yyyy MMM dd') 2024 Jan 12
72date_format(current_date, 'yy MMM dd') 24 Jan 12
73date_format(current_date, 'yyyyMMMdd') 2024Jan12
74date_format(current_date, 'yyMMMdd') 24Jan12
75date_format(current_date, 'yyyy-MMMM-dd')2024-January-12
76date_format(current_date, 'yy-MMMM-dd') 24-January-12
77date_format(current_date, 'yyyy/MMMM/dd') 2024/January/12
78date_format(current_date, 'yy/MMMM/dd') 24/January/12
79date_format(current_date, 'yyyy:MMMM:dd') 2024:January:12
80date_format(current_date, 'yy:MMMM:dd') 24:January:12
81date_format(current_date, 'yyyy.MMMM.dd') 2024.January.12
82date_format(current_date, 'yy.MMMM.dd') 24.January.12
83date_format(current_date, 'yyyy MMMM dd') 2024 January 12
84date_format(current_date, 'yy MMMM dd') 24 January 12
85date_format(current_date, 'yyyyMMMMdd') 2024January12
86date_format(current_date, 'yyMMMMdd') 24January12
87date_format(current_date, 'yyyy-MM-d')2024-01-12
88date_format(current_date, 'yy-MM-d') 24-01-12
89date_format(current_date, 'yyyy/MM/d') 2024/01/12
90date_format(current_date, 'yy/MM/d') 24/01/12
91date_format(current_date, 'yyyy:MM:d') 2024:01:12
92date_format(current_date, 'yy:MM:d') 24:01:12
93date_format(current_date, 'yyyy.MM.d') 2024.01.12
94date_format(current_date, 'yy.MM.d') 24.01.12
95date_format(current_date, 'yyyy MM d') 2024 01 12
96date_format(current_date, 'yy MM d') 24 01 12
97date_format(current_date, 'yyyyMMd') 20240112
98date_format(current_date, 'yyMMd') 240112
99date_format(current_date, 'yyyy-M-d')2024-1-12
100date_format(current_date, 'yy-M-d') 24-1-12
101date_format(current_date, 'yyyy/M/d') 2024/1/12
102date_format(current_date, 'yy/M/d') 24/1/12
103date_format(current_date, 'yyyy:M:d') 2024:1:12
104date_format(current_date, 'yy:M:d') 24:1:12
105date_format(current_date, 'yyyy.M.d') 2024.1.12
106date_format(current_date, 'yy.M.d') 24.1.12
107date_format(current_date, 'yyyy M d') 2024 1 12
108date_format(current_date, 'yy M d') 24 1 12
109date_format(current_date, 'yyyyMd') 2024112
110date_format(current_date, 'yyMd') 24112
111date_format(current_date, 'yyyy-MMM-d')2024-Jan-12
112date_format(current_date, 'yy-MMM-d') 24-Jan-12
113date_format(current_date, 'yyyy/MMM/d') 2024/Jan/12
114date_format(current_date, 'yy/MMM/d') 24/Jan/12
115date_format(current_date, 'yyyy:MMM:d') 2024:Jan:12
116date_format(current_date, 'yy:MMM:d') 24:Jan:12
117date_format(current_date, 'yyyy.MMM.d') 2024.Jan.12
118date_format(current_date, 'yy.MMM.d') 24.Jan.12
119date_format(current_date, 'yyyy MMM d') 2024 Jan 12
120date_format(current_date, 'yy MMM d') 24 Jan 12
121date_format(current_date, 'yyyyMMMd') 2024Jan12
122date_format(current_date, 'yyMMMd') 24Jan12
123date_format(current_date, 'yyyy-MMMM-d')2024-January-12
124date_format(current_date, 'yy-MMMM-d') 24-January-12
125date_format(current_date, 'yyyy/MMMM/d') 2024/January/12
126date_format(current_date, 'yy/MMMM/d') 24/January/12
127date_format(current_date, 'yyyy:MMMM:d') 2024:January:12
128date_format(current_date, 'yy:MMMM:d') 24:January:12
129date_format(current_date, 'yyyy.MMMM.d') 2024.January.12
130date_format(current_date, 'yy.MMMM.d') 24.January.12
131date_format(current_date, 'yyyy MMMM d') 2024 January 12
132date_format(current_date, 'yy MMMM d') 24 January 12
133date_format(current_date, 'yyyyMMMMd') 2024January12
134date_format(current_date, 'yyMMMMd') 24January12
135date_format(current_date, 'yyyy-MM-E')2024-01-Fri
136date_format(current_date, 'yy-MM-E') 24-01-Fri
137date_format(current_date, 'yyyy/MM/E') 2024/01/Fri
138date_format(current_date, 'yy/MM/E') 24/01/Fri
139date_format(current_date, 'yyyy:MM:E') 2024:01:Fri
140date_format(current_date, 'yy:MM:E') 24:01:Fri
141date_format(current_date, 'yyyy.MM.E') 2024.01.Fri
142date_format(current_date, 'yy.MM.E') 24.01.Fri
143date_format(current_date, 'yyyy MM E') 2024 01 Fri
144date_format(current_date, 'yy MM E') 24 01 Fri
145date_format(current_date, 'yyyyMME') 202401Fri
146date_format(current_date, 'yyMME') 2401Fri
147date_format(current_date, 'yyyy-M-E')2024-1-Fri
148date_format(current_date, 'yy-M-E') 24-1-Fri
149date_format(current_date, 'yyyy/M/E') 2024/1/Fri
150date_format(current_date, 'yy/M/E') 24/1/Fri
151date_format(current_date, 'yyyy:M:E') 2024:1:Fri
152date_format(current_date, 'yy:M:E') 24:1:Fri
153date_format(current_date, 'yyyy.M.E') 2024.1.Fri
154date_format(current_date, 'yy.M.E') 24.1.Fri
155date_format(current_date, 'yyyy M E') 2024 1 Fri
156date_format(current_date, 'yy M E') 24 1 Fri
157date_format(current_date, 'yyyyME') 20241Fri
158date_format(current_date, 'yyME') 241Fri
159date_format(current_date, 'yyyy-MMM-E')2024-Jan-Fri
160date_format(current_date, 'yy-MMM-E') 24-Jan-Fri
161date_format(current_date, 'yyyy/MMM/E') 2024/Jan/Fri
162date_format(current_date, 'yy/MMM/E') 24/Jan/Fri
163date_format(current_date, 'yyyy:MMM:E') 2024:Jan:Fri
164date_format(current_date, 'yy:MMM:E') 24:Jan:Fri
165date_format(current_date, 'yyyy.MMM.E') 2024.Jan.Fri
166date_format(current_date, 'yy.MMM.E') 24.Jan.Fri
167date_format(current_date, 'yyyy MMM E') 2024 Jan Fri
168date_format(current_date, 'yy MMM E') 24 Jan Fri
169date_format(current_date, 'yyyyMMME') 2024JanFri
170date_format(current_date, 'yyMMME') 24JanFri
171date_format(current_date, 'yyyy-MMMM-E')2024-January-Fri
172date_format(current_date, 'yy-MMMM-E') 24-January-Fri
173date_format(current_date, 'yyyy/MMMM/E') 2024/January/Fri
174date_format(current_date, 'yy/MMMM/E') 24/January/Fri
175date_format(current_date, 'yyyy:MMMM:E') 2024:January:Fri
176date_format(current_date, 'yy:MMMM:E') 24:January:Fri
177date_format(current_date, 'yyyy.MMMM.E') 2024.January.Fri
178date_format(current_date, 'yy.MMMM.E') 24.January.Fri
179date_format(current_date, 'yyyy MMMM E') 2024 January Fri
180date_format(current_date, 'yy MMMM E') 24 January Fri
181date_format(current_date, 'yyyyMMMME') 2024JanuaryFri
182date_format(current_date, 'yyMMMME') 24JanuaryFri
183date_format(current_date, 'yyyy-MM-EEEE')2024-01-Friday
184date_format(current_date, 'yy-MM-EEEE') 24-01-Friday
185date_format(current_date, 'yyyy/MM/EEEE') 2024/01/Friday
186date_format(current_date, 'yy/MM/EEEE') 24/01/Friday
187date_format(current_date, 'yyyy:MM:EEEE') 2024:01:Friday
188date_format(current_date, 'yy:MM:EEEE') 24:01:Friday
189date_format(current_date, 'yyyy.MM.EEEE') 2024.01.Friday
190date_format(current_date, 'yy.MM.EEEE') 24.01.Friday
191date_format(current_date, 'yyyy MM EEEE') 2024 01 Friday
192date_format(current_date, 'yy MM EEEE') 24 01 Friday
193date_format(current_date, 'yyyyMMEEEE') 202401Friday
194date_format(current_date, 'yyMMEEEE') 2401Friday
195date_format(current_date, 'yyyy-M-EEEE')2024-1-Friday
196date_format(current_date, 'yy-M-EEEE') 24-1-Friday
197date_format(current_date, 'yyyy/M/EEEE') 2024/1/Friday
198date_format(current_date, 'yy/M/EEEE') 24/1/Friday
199date_format(current_date, 'yyyy:M:EEEE') 2024:1:Friday
200date_format(current_date, 'yy:M:EEEE') 24:1:Friday
201date_format(current_date, 'yyyy.M.EEEE') 2024.1.Friday
202date_format(current_date, 'yy.M.EEEE') 24.1.Friday
203date_format(current_date, 'yyyy M EEEE') 2024 1 Friday
204date_format(current_date, 'yy M EEEE') 24 1 Friday
205date_format(current_date, 'yyyyMEEEE') 20241Friday
206date_format(current_date, 'yyMEEEE') 241Friday
207date_format(current_date, 'yyyy-MMM-EEEE')2024-Jan-Friday
208date_format(current_date, 'yy-MMM-EEEE') 24-Jan-Friday
209date_format(current_date, 'yyyy/MMM/EEEE') 2024/Jan/Friday
210date_format(current_date, 'yy/MMM/EEEE') 24/Jan/Friday
211date_format(current_date, 'yyyy:MMM:EEEE') 2024:Jan:Friday
212date_format(current_date, 'yy:MMM:EEEE') 24:Jan:Friday
213date_format(current_date, 'yyyy.MMM.EEEE') 2024.Jan.Friday
214date_format(current_date, 'yy.MMM.EEEE') 24.Jan.Friday
215date_format(current_date, 'yyyy MMM EEEE') 2024 Jan Friday
216date_format(current_date, 'yy MMM EEEE') 24 Jan Friday
217date_format(current_date, 'yyyyMMMEEEE') 2024JanFriday
218date_format(current_date, 'yyMMMEEEE') 24JanFriday
219date_format(current_date, 'yyyy-MMMM-EEEE')2024-January-Friday
220date_format(current_date, 'yy-MMMM-EEEE') 24-January-Friday
221date_format(current_date, 'yyyy/MMMM/EEEE') 2024/January/Friday
222date_format(current_date, 'yy/MMMM/EEEE') 24/January/Friday
223date_format(current_date, 'yyyy:MMMM:EEEE') 2024:January:Friday
224date_format(current_date, 'yy:MMMM:EEEE') 24:January:Friday
225date_format(current_date, 'yyyy.MMMM.EEEE') 2024.January.Friday
226date_format(current_date, 'yy.MMMM.EEEE') 24.January.Friday
227date_format(current_date, 'yyyy MMMM EEEE') 2024 January Friday
228date_format(current_date, 'yy MMMM EEEE') 24 January Friday
229date_format(current_date, 'yyyyMMMMEEEE') 2024JanuaryFriday
230date_format(current_date, 'yyMMMMEEEE') 24JanuaryFriday
231date_format(current_date, 'MM-dd')01-12
232date_format(current_date, 'MM-d')01-12
233date_format(current_date, 'MM-E')01-Fri
234date_format(current_date, 'MM-EEEE')01-Friday
235date_format(current_date, 'M-d')1-12
236date_format(current_date, 'M-dd')1-12
237date_format(current_date, 'M-E')1-Fri
238date_format(current_date, 'M-EEEE')1-Friday
239date_format(current_date, 'MMM-d')Jan-12
240date_format(current_date, 'MMM-dd')Jan-12
241date_format(current_date, 'MMM-E')Jan-Fri
242date_format(current_date, 'MMM-EEEE')Jan-Friday
243date_format(current_date, 'MMMM-d')January-12
244date_format(current_date, 'MMMM-dd')January-12
245date_format(current_date, 'MMMM-E')January-Fri
246date_format(current_date, 'MMMM-EEEE')January-Friday
247date_format(current_date, 'MM-yyyy')01-2024
248date_format(current_date, 'MM-yy')01-24
249date_format(current_date, 'M-yyyy')1-2024
250date_format(current_date, 'M-yy')1-24
251date_format(current_date, 'MMM-yyyy')Jan-2024
252date_format(current_date, 'MMM-yy')Jan-24
253date_format(current_date, 'MMMM-yyyy')January-2024
254date_format(current_date, 'MMMM-yy')January-24
255date_format(current_date, 'MM/dd')01/12
256date_format(current_date, 'MM/d')01/12
257date_format(current_date, 'MM/E')01/Fri
258date_format(current_date, 'MM/EEEE')01/Friday
259date_format(current_date, 'M/d')1/12
260date_format(current_date, 'M/dd')1/12
261date_format(current_date, 'M/E')1/Fri
262date_format(current_date, 'M/EEEE')1/Friday
263date_format(current_date, 'MMM/d')Jan/12
264date_format(current_date, 'MMM/dd')Jan/12
265date_format(current_date, 'MMM/E')Jan/Fri
266date_format(current_date, 'MMM/EEEE')Jan/Friday
267date_format(current_date, 'MMMM/d')January/12
268date_format(current_date, 'MMMM/dd')January/12
269date_format(current_date, 'MMMM/E')January/Fri
270date_format(current_date, 'MMMM/EEEE')January/Friday
271date_format(current_date, 'MM/yyyy')01/2024
272date_format(current_date, 'MM/yy')01/24
273date_format(current_date, 'M/yyyy')1/2024
274date_format(current_date, 'M/yy')1/24
275date_format(current_date, 'MMM/yyyy')Jan/2024
276date_format(current_date, 'MMM/yy')Jan/24
277date_format(current_date, 'MMMM/yyyy')January/2024
278date_format(current_date, 'MMMM/yy')January/24
279date_format(current_date, 'MM:dd')01:12
280date_format(current_date, 'MM:d')01:12
281date_format(current_date, 'MM:E')01:Fri
282date_format(current_date, 'MM:EEEE')01:Friday
283date_format(current_date, 'M:d')1:12
284date_format(current_date, 'M:dd')1:12
285date_format(current_date, 'M:E')1:Fri
286date_format(current_date, 'M:EEEE')1:Friday
287date_format(current_date, 'MMM:d')Jan:12
288date_format(current_date, 'MMM:dd')Jan:12
289date_format(current_date, 'MMM:E')Jan:Fri
290date_format(current_date, 'MMM:EEEE')Jan:Friday
291date_format(current_date, 'MMMM:d')January:12
292date_format(current_date, 'MMMM:dd')January:12
293date_format(current_date, 'MMMM:E')January:Fri
294date_format(current_date, 'MMMM:EEEE')January:Friday
295date_format(current_date, 'MM:yyyy')01:2024
296date_format(current_date, 'MM:yy')01:24
297date_format(current_date, 'M:yyyy')1:2024
298date_format(current_date, 'M:yy')1:24
299date_format(current_date, 'MMM:yyyy')Jan:2024
300date_format(current_date, 'MMM:yy')Jan:24
301date_format(current_date, 'MMMM:yyyy')January:2024
302date_format(current_date, 'MMMM:yy')January:24
303date_format(current_date, 'MM.dd')01.12
304date_format(current_date, 'MM.d')01.12
305date_format(current_date, 'MM.E')01.Fri
306date_format(current_date, 'MM.EEEE')01.Friday
307date_format(current_date, 'M.d')1.12
308date_format(current_date, 'M.dd')1.12
309date_format(current_date, 'M.E')1.Fri
310date_format(current_date, 'M.EEEE')1.Friday
311date_format(current_date, 'MMM.d')Jan.12
312date_format(current_date, 'MMM.dd')Jan.12
313date_format(current_date, 'MMM.E')Jan.Fri
314date_format(current_date, 'MMM.EEEE')Jan.Friday
315date_format(current_date, 'MMMM.d')January.12
316date_format(current_date, 'MMMM.dd')January.12
317date_format(current_date, 'MMMM.E')January.Fri
318date_format(current_date, 'MMMM.EEEE')January.Friday
319date_format(current_date, 'MM.yyyy')01.2024
320date_format(current_date, 'MM.yy')01.24
321date_format(current_date, 'M.yyyy')1.2024
322date_format(current_date, 'M.yy')1.24
323date_format(current_date, 'MMM.yyyy')Jan.2024
324date_format(current_date, 'MMM.yy')Jan.24
325date_format(current_date, 'MMMM.yyyy')January.2024
326date_format(current_date, 'MMMM.yy')January.24
327date_format(current_date, 'MM dd')01 12
328date_format(current_date, 'MM d')01 12
329date_format(current_date, 'MM E')01 Fri
330date_format(current_date, 'MM EEEE')01 Friday
331date_format(current_date, 'M d')1 12
332date_format(current_date, 'M dd')1 12
333date_format(current_date, 'M E')1 Fri
334date_format(current_date, 'M EEEE')1 Friday
335date_format(current_date, 'MMM d')Jan 12
336date_format(current_date, 'MMM dd')Jan 12
337date_format(current_date, 'MMM E')Jan Fri
338date_format(current_date, 'MMM EEEE')Jan Friday
339date_format(current_date, 'MMMM d')January 12
340date_format(current_date, 'MMMM dd')January 12
341date_format(current_date, 'MMMM E')January Fri
342date_format(current_date, 'MMMM EEEE')January Friday
343date_format(current_date, 'MM yyyy')01 2024
344date_format(current_date, 'MM yy')01 24
345date_format(current_date, 'M yyyy')1 2024
346date_format(current_date, 'M yy')1 24
347date_format(current_date, 'MMM yyyy')Jan 2024
348date_format(current_date, 'MMM yy')Jan 24
349date_format(current_date, 'MMMM yyyy')January 2024
350date_format(current_date, 'MMMM yy')January 24
351date_format(current_date, 'MMdd')0112
352date_format(current_date, 'MMd')0112
353date_format(current_date, 'MME')01Fri
354date_format(current_date, 'MMEEEE')01Friday
355date_format(current_date, 'Md')112
356date_format(current_date, 'Mdd')112
357date_format(current_date, 'ME')1Fri
358date_format(current_date, 'MEEEE')1Friday
359date_format(current_date, 'MMMd')Jan12
360date_format(current_date, 'MMMdd')Jan12
361date_format(current_date, 'MMME')JanFri
362date_format(current_date, 'MMMEEEE')JanFriday
363date_format(current_date, 'MMMMd')January12
364date_format(current_date, 'MMMMdd')January12
365date_format(current_date, 'MMMME')JanuaryFri
366date_format(current_date, 'MMMMEEEE')JanuaryFriday
367date_format(current_date, 'MMyyyy')012024
368date_format(current_date, 'MMyy')0124
369date_format(current_date, 'Myyyy')12024
370date_format(current_date, 'Myy')124
371date_format(current_date, 'MMMyyyy')Jan2024
372date_format(current_date, 'MMMyy')Jan24
373date_format(current_date, 'MMMMyyyy')January2024
374date_format(current_date, 'MMMMyy')January24
375date_format(current_date, 'MM-dd-yyyy')01-12-2024
376date_format(current_date, 'MM-dd-yy')01-12-24
377date_format(current_date, 'MM/dd/yyyy')01/12/2024
378date_format(current_date, 'MM/dd/yy')01/12/24
379date_format(current_date, 'MM:dd:yyyy')01:12:2024
380date_format(current_date, 'MM:dd:yy')01:12:24
381date_format(current_date, 'MM.dd.yyyy')01.12.2024
382date_format(current_date, 'MM.dd.yy')01.12.24
383date_format(current_date, 'MM dd yyyy')01 12 2024
384date_format(current_date, 'MM dd yy')01 12 24
385date_format(current_date, 'MMddyyyy')01122024
386date_format(current_date, 'MMddyy')011224
387date_format(current_date, 'M-dd-yyyy')1-12-2024
388date_format(current_date, 'M-dd-yy')1-12-24
389date_format(current_date, 'M/dd/yyyy')1/12/2024
390date_format(current_date, 'M/dd/yy')1/12/24
391date_format(current_date, 'M:dd:yyyy')1:12:2024
392date_format(current_date, 'M:dd:yy')1:12:24
393date_format(current_date, 'M.dd.yyyy')1.12.2024
394date_format(current_date, 'M.dd.yy')1.12.24
395date_format(current_date, 'M dd yyyy')1 12 2024
396date_format(current_date, 'M dd yy')1 12 24
397date_format(current_date, 'Mddyyyy')1122024
398date_format(current_date, 'Mddyy')11224
399date_format(current_date, 'MMM-dd-yyyy')Jan-12-2024
400date_format(current_date, 'MMM-dd-yy')Jan-12-24
401date_format(current_date, 'MMM/dd/yyyy')Jan/12/2024
402date_format(current_date, 'MMM/dd/yy')Jan/12/24
403date_format(current_date, 'MMM:dd:yyyy')Jan:12:2024
404date_format(current_date, 'MMM:dd:yy')Jan:12:24
405date_format(current_date, 'MMM.dd.yyyy')Jan.12.2024
406date_format(current_date, 'MMM.dd.yy')Jan.12.24
407date_format(current_date, 'MMM dd yyyy')Jan 12 2024
408date_format(current_date, 'MMM dd yy')Jan 12 24
409date_format(current_date, 'MMMddyyyy')Jan122024
410date_format(current_date, 'MMMddyy')Jan1224
411date_format(current_date, 'MMMM-dd-yyyy')January-12-2024
412date_format(current_date, 'MMMM-dd-yy')January-12-24
413date_format(current_date, 'MMMM/dd/yyyy')January/12/2024
414date_format(current_date, 'MMMM/dd/yy')January/12/24
415date_format(current_date, 'MMMM:dd:yyyy')January:12:2024
416date_format(current_date, 'MMMM:dd:yy')January:12:24
417date_format(current_date, 'MMMM.dd.yyyy')January.12.2024
418date_format(current_date, 'MMMM.dd.yy')January.12.24
419date_format(current_date, 'MMMM dd yyyy')January 12 2024
420date_format(current_date, 'MMMM dd yy')January 12 24
421date_format(current_date, 'MMMMddyyyy')January122024
422date_format(current_date, 'MMMMddyy')January1224
423date_format(current_date, 'MM-d-yyyy')01-12-2024
424date_format(current_date, 'MM-d-yy')01-12-24
425date_format(current_date, 'MM/d/yyyy')01/12/2024
426date_format(current_date, 'MM/d/yy')01/12/24
427date_format(current_date, 'MM:d:yyyy')01:12:2024
428date_format(current_date, 'MM:d:yy')01:12:24
429date_format(current_date, 'MM.d.yyyy')01.12.2024
430date_format(current_date, 'MM.d.yy')01.12.24
431date_format(current_date, 'MM d yyyy')01 12 2024
432date_format(current_date, 'MM d yy')01 12 24
433date_format(current_date, 'MMdyyyy')01122024
434date_format(current_date, 'MMdyy')011224
435date_format(current_date, 'M-d-yyyy')1-12-2024
436date_format(current_date, 'M-d-yy')1-12-24
437date_format(current_date, 'M/d/yyyy')1/12/2024
438date_format(current_date, 'M/d/yy')1/12/24
439date_format(current_date, 'M:d:yyyy')1:12:2024
440date_format(current_date, 'M:d:yy')1:12:24
441date_format(current_date, 'M.d.yyyy')1.12.2024
442date_format(current_date, 'M.d.yy')1.12.24
443date_format(current_date, 'M d yyyy')1 12 2024
444date_format(current_date, 'M d yy')1 12 24
445date_format(current_date, 'Mdyyyy')1122024
446date_format(current_date, 'Mdyy')11224
447date_format(current_date, 'MMM-d-yyyy')Jan-12-2024
448date_format(current_date, 'MMM-d-yy')Jan-12-24
449date_format(current_date, 'MMM/d/yyyy')Jan/12/2024
450date_format(current_date, 'MMM/d/yy')Jan/12/24
451date_format(current_date, 'MMM:d:yyyy')Jan:12:2024
452date_format(current_date, 'MMM:d:yy')Jan:12:24
453date_format(current_date, 'MMM.d.yyyy')Jan.12.2024
454date_format(current_date, 'MMM.d.yy')Jan.12.24
455date_format(current_date, 'MMM d yyyy')Jan 12 2024
456date_format(current_date, 'MMM d yy')Jan 12 24
457date_format(current_date, 'MMMdyyyy')Jan122024
458date_format(current_date, 'MMMdyy')Jan1224
459date_format(current_date, 'MMMM-d-yyyy')January-12-2024
460date_format(current_date, 'MMMM-d-yy')January-12-24
461date_format(current_date, 'MMMM/d/yyyy')January/12/2024
462date_format(current_date, 'MMMM/d/yy')January/12/24
463date_format(current_date, 'MMMM:d:yyyy')January:12:2024
464date_format(current_date, 'MMMM:d:yy')January:12:24
465date_format(current_date, 'MMMM.d.yyyy')January.12.2024
466date_format(current_date, 'MMMM.d.yy')January.12.24
467date_format(current_date, 'MMMM d yyyy')January 12 2024
468date_format(current_date, 'MMMM d yy')January 12 24
469date_format(current_date, 'MMMMdyyyy')January122024
470date_format(current_date, 'MMMMdyy')January1224
471date_format(current_date, 'MM-E-yyyy')01-Fri-2024
472date_format(current_date, 'MM-E-yy')01-Fri-24
473date_format(current_date, 'MM/E/yyyy')01/Fri/2024
474date_format(current_date, 'MM/E/yy')01/Fri/24
475date_format(current_date, 'MM:E:yyyy')01:Fri:2024
476date_format(current_date, 'MM:E:yy')01:Fri:24
477date_format(current_date, 'MM.E.yyyy')01.Fri.2024
478date_format(current_date, 'MM.E.yy')01.Fri.24
479date_format(current_date, 'MM E yyyy')01 Fri 2024
480date_format(current_date, 'MM E yy')01 Fri 24
481date_format(current_date, 'MMEyyyy')01Fri2024
482date_format(current_date, 'MMEyy')01Fri24
483date_format(current_date, 'M-E-yyyy')1-Fri-2024
484date_format(current_date, 'M-E-yy')1-Fri-24
485date_format(current_date, 'M/E/yyyy')1/Fri/2024
486date_format(current_date, 'M/E/yy')1/Fri/24
487date_format(current_date, 'M:E:yyyy')1:Fri:2024
488date_format(current_date, 'M:E:yy')1:Fri:24
489date_format(current_date, 'M.E.yyyy')1.Fri.2024
490date_format(current_date, 'M.E.yy')1.Fri.24
491date_format(current_date, 'M E yyyy')1 Fri 2024
492date_format(current_date, 'M E yy')1 Fri 24
493date_format(current_date, 'MEyyyy')1Fri2024
494date_format(current_date, 'MEyy')1Fri24
495date_format(current_date, 'MMM-E-yyyy')Jan-Fri-2024
496date_format(current_date, 'MMM-E-yy')Jan-Fri-24
497date_format(current_date, 'MMM/E/yyyy')Jan/Fri/2024
498date_format(current_date, 'MMM/E/yy')Jan/Fri/24
499date_format(current_date, 'MMM:E:yyyy')Jan:Fri:2024
500date_format(current_date, 'MMM:E:yy')Jan:Fri:24
501date_format(current_date, 'MMM.E.yyyy')Jan.Fri.2024
502date_format(current_date, 'MMM.E.yy')Jan.Fri.24
503date_format(current_date, 'MMM E yyyy')Jan Fri 2024
504date_format(current_date, 'MMM E yy')Jan Fri 24
505date_format(current_date, 'MMMEyyyy')JanFri2024
506date_format(current_date, 'MMMEyy')JanFri24
507date_format(current_date, 'MMMM-E-yyyy')January-Fri-2024
508date_format(current_date, 'MMMM-E-yy')January-Fri-24
509date_format(current_date, 'MMMM/E/yyyy')January/Fri/2024
510date_format(current_date, 'MMMM/E/yy')January/Fri/24
511date_format(current_date, 'MMMM:E:yyyy')January:Fri:2024
512date_format(current_date, 'MMMM:E:yy')January:Fri:24
513date_format(current_date, 'MMMM.E.yyyy')January.Fri.2024
514date_format(current_date, 'MMMM.E.yy')January.Fri.24
515date_format(current_date, 'MMMM E yyyy')January Fri 2024
516date_format(current_date, 'MMMM E yy')January Fri 24
517date_format(current_date, 'MMMMEyyyy')JanuaryFri2024
518date_format(current_date, 'MMMMEyy')JanuaryFri24
519date_format(current_date, 'MM-EEEE-yyyy')01-Friday-2024
520date_format(current_date, 'MM-EEEE-yy')01-Friday-24
521date_format(current_date, 'MM/EEEE/yyyy')01/Friday/2024
522date_format(current_date, 'MM/EEEE/yy')01/Friday/24
523date_format(current_date, 'MM:EEEE:yyyy')01:Friday:2024
524date_format(current_date, 'MM:EEEE:yy')01:Friday:24
525date_format(current_date, 'MM.EEEE.yyyy')01.Friday.2024
526date_format(current_date, 'MM.EEEE.yy')01.Friday.24
527date_format(current_date, 'MM EEEE yyyy')01 Friday 2024
528date_format(current_date, 'MM EEEE yy')01 Friday 24
529date_format(current_date, 'MMEEEEyyyy')01Friday2024
530date_format(current_date, 'MMEEEEyy')01Friday24
531date_format(current_date, 'M-EEEE-yyyy')1-Friday-2024
532date_format(current_date, 'M-EEEE-yy')1-Friday-24
533date_format(current_date, 'M/EEEE/yyyy')1/Friday/2024
534date_format(current_date, 'M/EEEE/yy')1/Friday/24
535date_format(current_date, 'M:EEEE:yyyy')1:Friday:2024
536date_format(current_date, 'M:EEEE:yy')1:Friday:24
537date_format(current_date, 'M.EEEE.yyyy')1.Friday.2024
538date_format(current_date, 'M.EEEE.yy')1.Friday.24
539date_format(current_date, 'M EEEE yyyy')1 Friday 2024
540date_format(current_date, 'M EEEE yy')1 Friday 24
541date_format(current_date, 'MEEEEyyyy')1Friday2024
542date_format(current_date, 'MEEEEyy')1Friday24
543date_format(current_date, 'MMM-EEEE-yyyy')Jan-Friday-2024
544date_format(current_date, 'MMM-EEEE-yy')Jan-Friday-24
545date_format(current_date, 'MMM/EEEE/yyyy')Jan/Friday/2024
546date_format(current_date, 'MMM/EEEE/yy')Jan/Friday/24
547date_format(current_date, 'MMM:EEEE:yyyy')Jan:Friday:2024
548date_format(current_date, 'MMM:EEEE:yy')Jan:Friday:24
549date_format(current_date, 'MMM.EEEE.yyyy')Jan.Friday.2024
550date_format(current_date, 'MMM.EEEE.yy')Jan.Friday.24
551date_format(current_date, 'MMM EEEE yyyy')Jan Friday 2024
552date_format(current_date, 'MMM EEEE yy')Jan Friday 24
553date_format(current_date, 'MMMEEEEyyyy')JanFriday2024
554date_format(current_date, 'MMMEEEEyy')JanFriday24
555date_format(current_date, 'MMMM-EEEE-yyyy')January-Friday-2024
556date_format(current_date, 'MMMM-EEEE-yy')January-Friday-24
557date_format(current_date, 'MMMM/EEEE/yyyy')January/Friday/2024
558date_format(current_date, 'MMMM/EEEE/yy')January/Friday/24
559date_format(current_date, 'MMMM:EEEE:yyyy')January:Friday:2024
560date_format(current_date, 'MMMM:EEEE:yy')January:Friday:24
561date_format(current_date, 'MMMM.EEEE.yyyy')January.Friday.2024
562date_format(current_date, 'MMMM.EEEE.yy')January.Friday.24
563date_format(current_date, 'MMMM EEEE yyyy')January Friday 2024
564date_format(current_date, 'MMMM EEEE yy')January Friday 24
565date_format(current_date, 'MMMMEEEEyyyy')JanuaryFriday2024
566date_format(current_date, 'MMMMEEEEyy')JanuaryFriday24
567date_format(current_date, 'dd-MM')12-01
568date_format(current_date, 'dd-M')12-1
569date_format(current_date, 'dd-MMM')12-Jan
570date_format(current_date, 'dd-MMMM')12-January
571date_format(current_date, 'd-MM')12-01
572date_format(current_date, 'd-M')12-1
573date_format(current_date, 'd-MMM')12-Jan
574date_format(current_date, 'd-MMMM')12-January
575date_format(current_date, 'E-MM')Fri-01
576date_format(current_date, 'E-M')Fri-1
577date_format(current_date, 'E-MMM')Fri-Jan
578date_format(current_date, 'E-MMMM')Fri-January
579date_format(current_date, 'EEEE-MM')Friday-01
580date_format(current_date, 'EEEE-M')Friday-1
581date_format(current_date, 'EEEE-MMM')Friday-Jan
582date_format(current_date, 'EEEE-MMMM')Friday-January
583date_format(current_date, 'dd/MM')12/01
584date_format(current_date, 'dd/M')12/1
585date_format(current_date, 'dd/MMM')12/Jan
586date_format(current_date, 'dd/MMMM')12/January
587date_format(current_date, 'd/MM')12/01
588date_format(current_date, 'd/M')12/1
589date_format(current_date, 'd/MMM')12/Jan
590date_format(current_date, 'd/MMMM')12/January
591date_format(current_date, 'E/MM')Fri/01
592date_format(current_date, 'E/M')Fri/1
593date_format(current_date, 'E/MMM')Fri/Jan
594date_format(current_date, 'E/MMMM')Fri/January
595date_format(current_date, 'EEEE/MM')Friday/01
596date_format(current_date, 'EEEE/M')Friday/1
597date_format(current_date, 'EEEE/MMM')Friday/Jan
598date_format(current_date, 'EEEE/MMMM')Friday/January
599date_format(current_date, 'dd:MM')12:01
600date_format(current_date, 'dd:M')12:1
601date_format(current_date, 'dd:MMM')12:Jan
602date_format(current_date, 'dd:MMMM')12:January
603date_format(current_date, 'd:MM')12:01
604date_format(current_date, 'd:M')12:1
605date_format(current_date, 'd:MMM')12:Jan
606date_format(current_date, 'd:MMMM')12:January
607date_format(current_date, 'E:MM')Fri:01
608date_format(current_date, 'E:M')Fri:1
609date_format(current_date, 'E:MMM')Fri:Jan
610date_format(current_date, 'E:MMMM')Fri:January
611date_format(current_date, 'EEEE:MM')Friday:01
612date_format(current_date, 'EEEE:M')Friday:1
613date_format(current_date, 'EEEE:MMM')Friday:Jan
614date_format(current_date, 'EEEE:MMMM')Friday:January
615date_format(current_date, 'dd.MM')12.01
616date_format(current_date, 'dd.M')12.1
617date_format(current_date, 'dd.MMM')12.Jan
618date_format(current_date, 'dd.MMMM')12.January
619date_format(current_date, 'd.MM')12.01
620date_format(current_date, 'd.M')12.1
621date_format(current_date, 'd.MMM')12.Jan
622date_format(current_date, 'd.MMMM')12.January
623date_format(current_date, 'E.MM')Fri.01
624date_format(current_date, 'E.M')Fri.1
625date_format(current_date, 'E.MMM')Fri.Jan
626date_format(current_date, 'E.MMMM')Fri.January
627date_format(current_date, 'EEEE.MM')Friday.01
628date_format(current_date, 'EEEE.M')Friday.1
629date_format(current_date, 'EEEE.MMM')Friday.Jan
630date_format(current_date, 'EEEE.MMMM')Friday.January
631date_format(current_date, 'dd MM')12 01
632date_format(current_date, 'dd M')12 1
633date_format(current_date, 'dd MMM')12 Jan
634date_format(current_date, 'dd MMMM')12 January
635date_format(current_date, 'd MM')12 01
636date_format(current_date, 'd M')12 1
637date_format(current_date, 'd MMM')12 Jan
638date_format(current_date, 'd MMMM')12 January
639date_format(current_date, 'E MM')Fri 01
640date_format(current_date, 'E M')Fri 1
641date_format(current_date, 'E MMM')Fri Jan
642date_format(current_date, 'E MMMM')Fri January
643date_format(current_date, 'EEEE MM')Friday 01
644date_format(current_date, 'EEEE M')Friday 1
645date_format(current_date, 'EEEE MMM')Friday Jan
646date_format(current_date, 'EEEE MMMM')Friday January
647date_format(current_date, 'ddMM')1201
648date_format(current_date, 'ddM')121
649date_format(current_date, 'ddMMM')12Jan
650date_format(current_date, 'ddMMMM')12January
651date_format(current_date, 'dMM')1201
652date_format(current_date, 'dM')121
653date_format(current_date, 'dMMM')12Jan
654date_format(current_date, 'dMMMM')12January
655date_format(current_date, 'EMM')Fri01
656date_format(current_date, 'EM')Fri1
657date_format(current_date, 'EMMM')FriJan
658date_format(current_date, 'EMMMM')FriJanuary
659date_format(current_date, 'EEEEMM')Friday01
660date_format(current_date, 'EEEEM')Friday1
661date_format(current_date, 'EEEEMMM')FridayJan
662date_format(current_date, 'EEEEMMMM')FridayJanuary
663date_format(current_date, 'dd-MM-yyyy')12-01-2024
664date_format(current_date, 'dd-MM-yy')12-01-24
665date_format(current_date, 'd-MM-yyyy')12-01-2024
666date_format(current_date, 'd-MM-yy')12-01-24
667date_format(current_date, 'E-MM-yyyy')Fri-01-2024
668date_format(current_date, 'E-MM-yy')Fri-01-24
669date_format(current_date, 'EEEE-MM-yyyy')Friday-01-2024
670date_format(current_date, 'EEEE-MM-yy')Friday-01-24
671date_format(current_date, 'dd-M-yyyy')12-1-2024
672date_format(current_date, 'dd-M-yy')12-1-24
673date_format(current_date, 'd-M-yyyy')12-1-2024
674date_format(current_date, 'd-M-yy')12-1-24
675date_format(current_date, 'E-M-yyyy')Fri-1-2024
676date_format(current_date, 'E-M-yy')Fri-1-24
677date_format(current_date, 'EEEE-M-yyyy')Friday-1-2024
678date_format(current_date, 'EEEE-M-yy')Friday-1-24
679date_format(current_date, 'dd-MMM-yyyy')12-Jan-2024
680date_format(current_date, 'dd-MMM-yy')12-Jan-24
681date_format(current_date, 'd-MMM-yyyy')12-Jan-2024
682date_format(current_date, 'd-MMM-yy')12-Jan-24
683date_format(current_date, 'E-MMM-yyyy')Fri-Jan-2024
684date_format(current_date, 'E-MMM-yy')Fri-Jan-24
685date_format(current_date, 'EEEE-MMM-yyyy')Friday-Jan-2024
686date_format(current_date, 'EEEE-MMM-yy')Friday-Jan-24
687date_format(current_date, 'dd-MMMM-yyyy')12-January-2024
688date_format(current_date, 'dd-MMMM-yy')12-January-24
689date_format(current_date, 'd-MMMM-yyyy')12-January-2024
690date_format(current_date, 'd-MMMM-yy')12-January-24
691date_format(current_date, 'E-MMMM-yyyy')Fri-January-2024
692date_format(current_date, 'E-MMMM-yy')Fri-January-24
693date_format(current_date, 'EEEE-MMMM-yyyy')Friday-January-2024
694date_format(current_date, 'EEEE-MMMM-yy')Friday-January-24
695date_format(current_date, 'dd/MM/yyyy')12/01/2024
696date_format(current_date, 'dd/MM/yy')12/01/24
697date_format(current_date, 'd/MM/yyyy')12/01/2024
698date_format(current_date, 'd/MM/yy')12/01/24
699date_format(current_date, 'E/MM/yyyy')Fri/01/2024
700date_format(current_date, 'E/MM/yy')Fri/01/24
701date_format(current_date, 'EEEE/MM/yyyy')Friday/01/2024
702date_format(current_date, 'EEEE/MM/yy')Friday/01/24
703date_format(current_date, 'dd/M/yyyy')12/1/2024
704date_format(current_date, 'dd/M/yy')12/1/24
705date_format(current_date, 'd/M/yyyy')12/1/2024
706date_format(current_date, 'd/M/yy')12/1/24
707date_format(current_date, 'E/M/yyyy')Fri/1/2024
708date_format(current_date, 'E/M/yy')Fri/1/24
709date_format(current_date, 'EEEE/M/yyyy')Friday/1/2024
710date_format(current_date, 'EEEE/M/yy')Friday/1/24
711date_format(current_date, 'dd/MMM/yyyy')12/Jan/2024
712date_format(current_date, 'dd/MMM/yy')12/Jan/24
713date_format(current_date, 'd/MMM/yyyy')12/Jan/2024
714date_format(current_date, 'd/MMM/yy')12/Jan/24
715date_format(current_date, 'E/MMM/yyyy')Fri/Jan/2024
716date_format(current_date, 'E/MMM/yy')Fri/Jan/24
717date_format(current_date, 'EEEE/MMM/yyyy')Friday/Jan/2024
718date_format(current_date, 'EEEE/MMM/yy')Friday/Jan/24
719date_format(current_date, 'dd/MMMM/yyyy')12/January/2024
720date_format(current_date, 'dd/MMMM/yy')12/January/24
721date_format(current_date, 'd/MMMM/yyyy')12/January/2024
722date_format(current_date, 'd/MMMM/yy')12/January/24
723date_format(current_date, 'E/MMMM/yyyy')Fri/January/2024
724date_format(current_date, 'E/MMMM/yy')Fri/January/24
725date_format(current_date, 'EEEE/MMMM/yyyy')Friday/January/2024
726date_format(current_date, 'EEEE/MMMM/yy')Friday/January/24
727date_format(current_date, 'dd:MM:yyyy')12:01:2024
728date_format(current_date, 'dd:MM:yy')12:01:24
729date_format(current_date, 'd:MM:yyyy')12:01:2024
730date_format(current_date, 'd:MM:yy')12:01:24
731date_format(current_date, 'E:MM:yyyy')Fri:01:2024
732date_format(current_date, 'E:MM:yy')Fri:01:24
733date_format(current_date, 'EEEE:MM:yyyy')Friday:01:2024
734date_format(current_date, 'EEEE:MM:yy')Friday:01:24
735date_format(current_date, 'dd:M:yyyy')12:1:2024
736date_format(current_date, 'dd:M:yy')12:1:24
737date_format(current_date, 'd:M:yyyy')12:1:2024
738date_format(current_date, 'd:M:yy')12:1:24
739date_format(current_date, 'E:M:yyyy')Fri:1:2024
740date_format(current_date, 'E:M:yy')Fri:1:24
741date_format(current_date, 'EEEE:M:yyyy')Friday:1:2024
742date_format(current_date, 'EEEE:M:yy')Friday:1:24
743date_format(current_date, 'dd:MMM:yyyy')12:Jan:2024
744date_format(current_date, 'dd:MMM:yy')12:Jan:24
745date_format(current_date, 'd:MMM:yyyy')12:Jan:2024
746date_format(current_date, 'd:MMM:yy')12:Jan:24
747date_format(current_date, 'E:MMM:yyyy')Fri:Jan:2024
748date_format(current_date, 'E:MMM:yy')Fri:Jan:24
749date_format(current_date, 'EEEE:MMM:yyyy')Friday:Jan:2024
750date_format(current_date, 'EEEE:MMM:yy')Friday:Jan:24
751date_format(current_date, 'dd:MMMM:yyyy')12:January:2024
752date_format(current_date, 'dd:MMMM:yy')12:January:24
753date_format(current_date, 'd:MMMM:yyyy')12:January:2024
754date_format(current_date, 'd:MMMM:yy')12:January:24
755date_format(current_date, 'E:MMMM:yyyy')Fri:January:2024
756date_format(current_date, 'E:MMMM:yy')Fri:January:24
757date_format(current_date, 'EEEE:MMMM:yyyy')Friday:January:2024
758date_format(current_date, 'EEEE:MMMM:yy')Friday:January:24
759date_format(current_date, 'dd.MM.yyyy')12.01.2024
760date_format(current_date, 'dd.MM.yy')12.01.24
761date_format(current_date, 'd.MM.yyyy')12.01.2024
762date_format(current_date, 'd.MM.yy')12.01.24
763date_format(current_date, 'E.MM.yyyy')Fri.01.2024
764date_format(current_date, 'E.MM.yy')Fri.01.24
765date_format(current_date, 'EEEE.MM.yyyy')Friday.01.2024
766date_format(current_date, 'EEEE.MM.yy')Friday.01.24
767date_format(current_date, 'dd.M.yyyy')12.1.2024
768date_format(current_date, 'dd.M.yy')12.1.24
769date_format(current_date, 'd.M.yyyy')12.1.2024
770date_format(current_date, 'd.M.yy')12.1.24
771date_format(current_date, 'E.M.yyyy')Fri.1.2024
772date_format(current_date, 'E.M.yy')Fri.1.24
773date_format(current_date, 'EEEE.M.yyyy')Friday.1.2024
774date_format(current_date, 'EEEE.M.yy')Friday.1.24
775date_format(current_date, 'dd.MMM.yyyy')12.Jan.2024
776date_format(current_date, 'dd.MMM.yy')12.Jan.24
777date_format(current_date, 'd.MMM.yyyy')12.Jan.2024
778date_format(current_date, 'd.MMM.yy')12.Jan.24
779date_format(current_date, 'E.MMM.yyyy')Fri.Jan.2024
780date_format(current_date, 'E.MMM.yy')Fri.Jan.24
781date_format(current_date, 'EEEE.MMM.yyyy')Friday.Jan.2024
782date_format(current_date, 'EEEE.MMM.yy')Friday.Jan.24
783date_format(current_date, 'dd.MMMM.yyyy')12.January.2024
784date_format(current_date, 'dd.MMMM.yy')12.January.24
785date_format(current_date, 'd.MMMM.yyyy')12.January.2024
786date_format(current_date, 'd.MMMM.yy')12.January.24
787date_format(current_date, 'E.MMMM.yyyy')Fri.January.2024
788date_format(current_date, 'E.MMMM.yy')Fri.January.24
789date_format(current_date, 'EEEE.MMMM.yyyy')Friday.January.2024
790date_format(current_date, 'EEEE.MMMM.yy')Friday.January.24
791date_format(current_date, 'dd MM yyyy')12 01 2024
792date_format(current_date, 'dd MM yy')12 01 24
793date_format(current_date, 'd MM yyyy')12 01 2024
794date_format(current_date, 'd MM yy')12 01 24
795date_format(current_date, 'E MM yyyy')Fri 01 2024
796date_format(current_date, 'E MM yy')Fri 01 24
797date_format(current_date, 'EEEE MM yyyy')Friday 01 2024
798date_format(current_date, 'EEEE MM yy')Friday 01 24
799date_format(current_date, 'dd M yyyy')12 1 2024
800date_format(current_date, 'dd M yy')12 1 24
801date_format(current_date, 'd M yyyy')12 1 2024
802date_format(current_date, 'd M yy')12 1 24
803date_format(current_date, 'E M yyyy')Fri 1 2024
804date_format(current_date, 'E M yy')Fri 1 24
805date_format(current_date, 'EEEE M yyyy')Friday 1 2024
806date_format(current_date, 'EEEE M yy')Friday 1 24
807date_format(current_date, 'dd MMM yyyy')12 Jan 2024
808date_format(current_date, 'dd MMM yy')12 Jan 24
809date_format(current_date, 'd MMM yyyy')12 Jan 2024
810date_format(current_date, 'd MMM yy')12 Jan 24
811date_format(current_date, 'E MMM yyyy')Fri Jan 2024
812date_format(current_date, 'E MMM yy')Fri Jan 24
813date_format(current_date, 'EEEE MMM yyyy')Friday Jan 2024
814date_format(current_date, 'EEEE MMM yy')Friday Jan 24
815date_format(current_date, 'dd MMMM yyyy')12 January 2024
816date_format(current_date, 'dd MMMM yy')12 January 24
817date_format(current_date, 'd MMMM yyyy')12 January 2024
818date_format(current_date, 'd MMMM yy')12 January 24
819date_format(current_date, 'E MMMM yyyy')Fri January 2024
820date_format(current_date, 'E MMMM yy')Fri January 24
821date_format(current_date, 'EEEE MMMM yyyy')Friday January 2024
822date_format(current_date, 'EEEE MMMM yy')Friday January 24
823date_format(current_date, 'ddMMyyyy')12012024
824date_format(current_date, 'ddMMyy')120124
825date_format(current_date, 'dMMyyyy')12012024
826date_format(current_date, 'dMMyy')120124
827date_format(current_date, 'EMMyyyy')Fri012024
828date_format(current_date, 'EMMyy')Fri0124
829date_format(current_date, 'EEEEMMyyyy')Friday012024
830date_format(current_date, 'EEEEMMyy')Friday0124
831date_format(current_date, 'ddMyyyy')1212024
832date_format(current_date, 'ddMyy')12124
833date_format(current_date, 'dMyyyy')1212024
834date_format(current_date, 'dMyy')12124
835date_format(current_date, 'EMyyyy')Fri12024
836date_format(current_date, 'EMyy')Fri124
837date_format(current_date, 'EEEEMyyyy')Friday12024
838date_format(current_date, 'EEEEMyy')Friday124
839date_format(current_date, 'ddMMMyyyy')12Jan2024
840date_format(current_date, 'ddMMMyy')12Jan24
841date_format(current_date, 'dMMMyyyy')12Jan2024
842date_format(current_date, 'dMMMyy')12Jan24
843date_format(current_date, 'EMMMyyyy')FriJan2024
844date_format(current_date, 'EMMMyy')FriJan24
845date_format(current_date, 'EEEEMMMyyyy')FridayJan2024
846date_format(current_date, 'EEEEMMMyy')FridayJan24
847date_format(current_date, 'ddMMMMyyyy')12January2024
848date_format(current_date, 'ddMMMMyy')12January24
849date_format(current_date, 'dMMMMyyyy')12January2024
850date_format(current_date, 'dMMMMyy')12January24
851date_format(current_date, 'EMMMMyyyy')FriJanuary2024
852date_format(current_date, 'EMMMMyy')FriJanuary24
853date_format(current_date, 'EEEEMMMMyyyy')FridayJanuary2024
854date_format(current_date, 'EEEEMMMMyy')FridayJanuary24
855date_format(current_date, 'E MMM dd, yyyy')Fri Jan 12, 2024
856date_format(current_date, 'EEEE MMM dd, yyyy')Friday Jan 12, 2024
857date_format(current_date, 'E MMMM dd, yyyy')Fri January 12, 2024
858date_format(current_date, 'EEEE MMMM dd, yyyy')Friday January 12, 2024
1date '2024-12-31'2024-12-31
2date_format(date '2024-12-31', 'yyyy') 2024
3date_format(date '2024-12-31', 'yy') 24
4date_format(date '2024-12-31', 'M') 12
5date_format(date '2024-12-31', 'MM') 12
6date_format(date '2024-12-31', 'MMM') Dec
7date_format(date '2024-12-31', 'MMMM') December
8date_format(date '2024-12-31', 'd') 31
9date_format(date '2024-12-31', 'dd') 31
10date_format(date '2024-12-31', 'E') Tue
11date_format(date '2024-12-31', 'EEEE') Tuesday
12date_format(date '2024-12-31', 'h') 12
13date_format(date '2024-12-31', 'hh') 12
14date_format(date '2024-12-31', 'H') 0
15date_format(date '2024-12-31', 'HH') 00
16date_format(date '2024-12-31', 'm') 0
17date_format(date '2024-12-31', 'mm') 00
18date_format(date '2024-12-31', 's') 0
19date_format(date '2024-12-31', 'ss') 00
20date_format(date '2024-12-31', 'a') AM
21date_format(date '2024-12-31', 'S') 0
22date_format(date '2024-12-31', 'SS')00
23date_format(date '2024-12-31', 'SSS') 000
24date_format(date '2024-12-31', 'SSSS') 0000
25date_format(date '2024-12-31', 'SSSSS') 00000
26date_format(date '2024-12-31', 'SSSSSS') 000000
27date_format(date '2024-12-31', 'yyyy-MM')2024-12
28date_format(date '2024-12-31', 'yy-MM')24-12
29date_format(date '2024-12-31', 'yyyy/MM')2024/12
30date_format(date '2024-12-31', 'yy/MM')24/12
31date_format(date '2024-12-31', 'yyyy:MM')2024:12
32date_format(date '2024-12-31', 'yy:MM')24:12
33date_format(date '2024-12-31', 'yyyy.MM')2024.12
34date_format(date '2024-12-31', 'yy.MM')24.12
35date_format(date '2024-12-31', 'yyyy MM')2024 12
36date_format(date '2024-12-31', 'yy MM')24 12
37date_format(date '2024-12-31', 'yyyyMM')202412
38date_format(date '2024-12-31', 'yyMM')2412
39date_format(date '2024-12-31', 'yyyy-MM-dd')2024-12-31
40date_format(date '2024-12-31', 'yy-MM-dd') 24-12-31
41date_format(date '2024-12-31', 'yyyy/MM/dd') 2024/12/31
42date_format(date '2024-12-31', 'yy/MM/dd') 24/12/31
43date_format(date '2024-12-31', 'yyyy:MM:dd') 2024:12:31
44date_format(date '2024-12-31', 'yy:MM:dd') 24:12:31
45date_format(date '2024-12-31', 'yyyy.MM.dd') 2024.12.31
46date_format(date '2024-12-31', 'yy.MM.dd') 24.12.31
47date_format(date '2024-12-31', 'yyyy MM dd') 2024 12 31
48date_format(date '2024-12-31', 'yy MM dd') 24 12 31
49date_format(date '2024-12-31', 'yyyyMMdd') 20241231
50date_format(date '2024-12-31', 'yyMMdd') 241231
51date_format(date '2024-12-31', 'yyyy-M-dd')2024-12-31
52date_format(date '2024-12-31', 'yy-M-dd') 24-12-31
53date_format(date '2024-12-31', 'yyyy/M/dd') 2024/12/31
54date_format(date '2024-12-31', 'yy/M/dd') 24/12/31
55date_format(date '2024-12-31', 'yyyy:M:dd') 2024:12:31
56date_format(date '2024-12-31', 'yy:M:dd') 24:12:31
57date_format(date '2024-12-31', 'yyyy.M.dd') 2024.12.31
58date_format(date '2024-12-31', 'yy.M.dd') 24.12.31
59date_format(date '2024-12-31', 'yyyy M dd') 2024 12 31
60date_format(date '2024-12-31', 'yy M dd') 24 12 31
61date_format(date '2024-12-31', 'yyyyMdd') 20241231
62date_format(date '2024-12-31', 'yyMdd') 241231
63date_format(date '2024-12-31', 'yyyy-MMM-dd')2024-Dec-31
64date_format(date '2024-12-31', 'yy-MMM-dd') 24-Dec-31
65date_format(date '2024-12-31', 'yyyy/MMM/dd') 2024/Dec/31
66date_format(date '2024-12-31', 'yy/MMM/dd') 24/Dec/31
67date_format(date '2024-12-31', 'yyyy:MMM:dd') 2024:Dec:31
68date_format(date '2024-12-31', 'yy:MMM:dd') 24:Dec:31
69date_format(date '2024-12-31', 'yyyy.MMM.dd') 2024.Dec.31
70date_format(date '2024-12-31', 'yy.MMM.dd') 24.Dec.31
71date_format(date '2024-12-31', 'yyyy MMM dd') 2024 Dec 31
72date_format(date '2024-12-31', 'yy MMM dd') 24 Dec 31
73date_format(date '2024-12-31', 'yyyyMMMdd') 2024Dec31
74date_format(date '2024-12-31', 'yyMMMdd') 24Dec31
75date_format(date '2024-12-31', 'yyyy-MMMM-dd')2024-December-31
76date_format(date '2024-12-31', 'yy-MMMM-dd') 24-December-31
77date_format(date '2024-12-31', 'yyyy/MMMM/dd') 2024/December/31
78date_format(date '2024-12-31', 'yy/MMMM/dd') 24/December/31
79date_format(date '2024-12-31', 'yyyy:MMMM:dd') 2024:December:31
80date_format(date '2024-12-31', 'yy:MMMM:dd') 24:December:31
81date_format(date '2024-12-31', 'yyyy.MMMM.dd') 2024.December.31
82date_format(date '2024-12-31', 'yy.MMMM.dd') 24.December.31
83date_format(date '2024-12-31', 'yyyy MMMM dd') 2024 December 31
84date_format(date '2024-12-31', 'yy MMMM dd') 24 December 31
85date_format(date '2024-12-31', 'yyyyMMMMdd') 2024December31
86date_format(date '2024-12-31', 'yyMMMMdd') 24December31
87date_format(date '2024-12-31', 'yyyy-MM-d')2024-12-31
88date_format(date '2024-12-31', 'yy-MM-d') 24-12-31
89date_format(date '2024-12-31', 'yyyy/MM/d') 2024/12/31
90date_format(date '2024-12-31', 'yy/MM/d') 24/12/31
91date_format(date '2024-12-31', 'yyyy:MM:d') 2024:12:31
92date_format(date '2024-12-31', 'yy:MM:d') 24:12:31
93date_format(date '2024-12-31', 'yyyy.MM.d') 2024.12.31
94date_format(date '2024-12-31', 'yy.MM.d') 24.12.31
95date_format(date '2024-12-31', 'yyyy MM d') 2024 12 31
96date_format(date '2024-12-31', 'yy MM d') 24 12 31
97date_format(date '2024-12-31', 'yyyyMMd') 20241231
98date_format(date '2024-12-31', 'yyMMd') 241231
99date_format(date '2024-12-31', 'yyyy-M-d')2024-12-31
100date_format(date '2024-12-31', 'yy-M-d') 24-12-31
101date_format(date '2024-12-31', 'yyyy/M/d') 2024/12/31
102date_format(date '2024-12-31', 'yy/M/d') 24/12/31
103date_format(date '2024-12-31', 'yyyy:M:d') 2024:12:31
104date_format(date '2024-12-31', 'yy:M:d') 24:12:31
105date_format(date '2024-12-31', 'yyyy.M.d') 2024.12.31
106date_format(date '2024-12-31', 'yy.M.d') 24.12.31
107date_format(date '2024-12-31', 'yyyy M d') 2024 12 31
108date_format(date '2024-12-31', 'yy M d') 24 12 31
109date_format(date '2024-12-31', 'yyyyMd') 20241231
110date_format(date '2024-12-31', 'yyMd') 241231
111date_format(date '2024-12-31', 'yyyy-MMM-d')2024-Dec-31
112date_format(date '2024-12-31', 'yy-MMM-d') 24-Dec-31
113date_format(date '2024-12-31', 'yyyy/MMM/d') 2024/Dec/31
114date_format(date '2024-12-31', 'yy/MMM/d') 24/Dec/31
115date_format(date '2024-12-31', 'yyyy:MMM:d') 2024:Dec:31
116date_format(date '2024-12-31', 'yy:MMM:d') 24:Dec:31
117date_format(date '2024-12-31', 'yyyy.MMM.d') 2024.Dec.31
118date_format(date '2024-12-31', 'yy.MMM.d') 24.Dec.31
119date_format(date '2024-12-31', 'yyyy MMM d') 2024 Dec 31
120date_format(date '2024-12-31', 'yy MMM d') 24 Dec 31
121date_format(date '2024-12-31', 'yyyyMMMd') 2024Dec31
122date_format(date '2024-12-31', 'yyMMMd') 24Dec31
123date_format(date '2024-12-31', 'yyyy-MMMM-d')2024-December-31
124date_format(date '2024-12-31', 'yy-MMMM-d') 24-December-31
125date_format(date '2024-12-31', 'yyyy/MMMM/d') 2024/December/31
126date_format(date '2024-12-31', 'yy/MMMM/d') 24/December/31
127date_format(date '2024-12-31', 'yyyy:MMMM:d') 2024:December:31
128date_format(date '2024-12-31', 'yy:MMMM:d') 24:December:31
129date_format(date '2024-12-31', 'yyyy.MMMM.d') 2024.December.31
130date_format(date '2024-12-31', 'yy.MMMM.d') 24.December.31
131date_format(date '2024-12-31', 'yyyy MMMM d') 2024 December 31
132date_format(date '2024-12-31', 'yy MMMM d') 24 December 31
133date_format(date '2024-12-31', 'yyyyMMMMd') 2024December31
134date_format(date '2024-12-31', 'yyMMMMd') 24December31
135date_format(date '2024-12-31', 'yyyy-MM-E')2024-12-Tue
136date_format(date '2024-12-31', 'yy-MM-E') 24-12-Tue
137date_format(date '2024-12-31', 'yyyy/MM/E') 2024/12/Tue
138date_format(date '2024-12-31', 'yy/MM/E') 24/12/Tue
139date_format(date '2024-12-31', 'yyyy:MM:E') 2024:12:Tue
140date_format(date '2024-12-31', 'yy:MM:E') 24:12:Tue
141date_format(date '2024-12-31', 'yyyy.MM.E') 2024.12.Tue
142date_format(date '2024-12-31', 'yy.MM.E') 24.12.Tue
143date_format(date '2024-12-31', 'yyyy MM E') 2024 12 Tue
144date_format(date '2024-12-31', 'yy MM E') 24 12 Tue
145date_format(date '2024-12-31', 'yyyyMME') 202412Tue
146date_format(date '2024-12-31', 'yyMME') 2412Tue
147date_format(date '2024-12-31', 'yyyy-M-E')2024-12-Tue
148date_format(date '2024-12-31', 'yy-M-E') 24-12-Tue
149date_format(date '2024-12-31', 'yyyy/M/E') 2024/12/Tue
150date_format(date '2024-12-31', 'yy/M/E') 24/12/Tue
151date_format(date '2024-12-31', 'yyyy:M:E') 2024:12:Tue
152date_format(date '2024-12-31', 'yy:M:E') 24:12:Tue
153date_format(date '2024-12-31', 'yyyy.M.E') 2024.12.Tue
154date_format(date '2024-12-31', 'yy.M.E') 24.12.Tue
155date_format(date '2024-12-31', 'yyyy M E') 2024 12 Tue
156date_format(date '2024-12-31', 'yy M E') 24 12 Tue
157date_format(date '2024-12-31', 'yyyyME') 202412Tue
158date_format(date '2024-12-31', 'yyME') 2412Tue
159date_format(date '2024-12-31', 'yyyy-MMM-E')2024-Dec-Tue
160date_format(date '2024-12-31', 'yy-MMM-E') 24-Dec-Tue
161date_format(date '2024-12-31', 'yyyy/MMM/E') 2024/Dec/Tue
162date_format(date '2024-12-31', 'yy/MMM/E') 24/Dec/Tue
163date_format(date '2024-12-31', 'yyyy:MMM:E') 2024:Dec:Tue
164date_format(date '2024-12-31', 'yy:MMM:E') 24:Dec:Tue
165date_format(date '2024-12-31', 'yyyy.MMM.E') 2024.Dec.Tue
166date_format(date '2024-12-31', 'yy.MMM.E') 24.Dec.Tue
167date_format(date '2024-12-31', 'yyyy MMM E') 2024 Dec Tue
168date_format(date '2024-12-31', 'yy MMM E') 24 Dec Tue
169date_format(date '2024-12-31', 'yyyyMMME') 2024DecTue
170date_format(date '2024-12-31', 'yyMMME') 24DecTue
171date_format(date '2024-12-31', 'yyyy-MMMM-E')2024-December-Tue
172date_format(date '2024-12-31', 'yy-MMMM-E') 24-December-Tue
173date_format(date '2024-12-31', 'yyyy/MMMM/E') 2024/December/Tue
174date_format(date '2024-12-31', 'yy/MMMM/E') 24/December/Tue
175date_format(date '2024-12-31', 'yyyy:MMMM:E') 2024:December:Tue
176date_format(date '2024-12-31', 'yy:MMMM:E') 24:December:Tue
177date_format(date '2024-12-31', 'yyyy.MMMM.E') 2024.December.Tue
178date_format(date '2024-12-31', 'yy.MMMM.E') 24.December.Tue
179date_format(date '2024-12-31', 'yyyy MMMM E') 2024 December Tue
180date_format(date '2024-12-31', 'yy MMMM E') 24 December Tue
181date_format(date '2024-12-31', 'yyyyMMMME') 2024DecemberTue
182date_format(date '2024-12-31', 'yyMMMME') 24DecemberTue
183date_format(date '2024-12-31', 'yyyy-MM-EEEE')2024-12-Tuesday
184date_format(date '2024-12-31', 'yy-MM-EEEE') 24-12-Tuesday
185date_format(date '2024-12-31', 'yyyy/MM/EEEE') 2024/12/Tuesday
186date_format(date '2024-12-31', 'yy/MM/EEEE') 24/12/Tuesday
187date_format(date '2024-12-31', 'yyyy:MM:EEEE') 2024:12:Tuesday
188date_format(date '2024-12-31', 'yy:MM:EEEE') 24:12:Tuesday
189date_format(date '2024-12-31', 'yyyy.MM.EEEE') 2024.12.Tuesday
190date_format(date '2024-12-31', 'yy.MM.EEEE') 24.12.Tuesday
191date_format(date '2024-12-31', 'yyyy MM EEEE') 2024 12 Tuesday
192date_format(date '2024-12-31', 'yy MM EEEE') 24 12 Tuesday
193date_format(date '2024-12-31', 'yyyyMMEEEE') 202412Tuesday
194date_format(date '2024-12-31', 'yyMMEEEE') 2412Tuesday
195date_format(date '2024-12-31', 'yyyy-M-EEEE')2024-12-Tuesday
196date_format(date '2024-12-31', 'yy-M-EEEE') 24-12-Tuesday
197date_format(date '2024-12-31', 'yyyy/M/EEEE') 2024/12/Tuesday
198date_format(date '2024-12-31', 'yy/M/EEEE') 24/12/Tuesday
199date_format(date '2024-12-31', 'yyyy:M:EEEE') 2024:12:Tuesday
200date_format(date '2024-12-31', 'yy:M:EEEE') 24:12:Tuesday
201date_format(date '2024-12-31', 'yyyy.M.EEEE') 2024.12.Tuesday
202date_format(date '2024-12-31', 'yy.M.EEEE') 24.12.Tuesday
203date_format(date '2024-12-31', 'yyyy M EEEE') 2024 12 Tuesday
204date_format(date '2024-12-31', 'yy M EEEE') 24 12 Tuesday
205date_format(date '2024-12-31', 'yyyyMEEEE') 202412Tuesday
206date_format(date '2024-12-31', 'yyMEEEE') 2412Tuesday
207date_format(date '2024-12-31', 'yyyy-MMM-EEEE')2024-Dec-Tuesday
208date_format(date '2024-12-31', 'yy-MMM-EEEE') 24-Dec-Tuesday
209date_format(date '2024-12-31', 'yyyy/MMM/EEEE') 2024/Dec/Tuesday
210date_format(date '2024-12-31', 'yy/MMM/EEEE') 24/Dec/Tuesday
211date_format(date '2024-12-31', 'yyyy:MMM:EEEE') 2024:Dec:Tuesday
212date_format(date '2024-12-31', 'yy:MMM:EEEE') 24:Dec:Tuesday
213date_format(date '2024-12-31', 'yyyy.MMM.EEEE') 2024.Dec.Tuesday
214date_format(date '2024-12-31', 'yy.MMM.EEEE') 24.Dec.Tuesday
215date_format(date '2024-12-31', 'yyyy MMM EEEE') 2024 Dec Tuesday
216date_format(date '2024-12-31', 'yy MMM EEEE') 24 Dec Tuesday
217date_format(date '2024-12-31', 'yyyyMMMEEEE') 2024DecTuesday
218date_format(date '2024-12-31', 'yyMMMEEEE') 24DecTuesday
219date_format(date '2024-12-31', 'yyyy-MMMM-EEEE')2024-December-Tuesday
220date_format(date '2024-12-31', 'yy-MMMM-EEEE') 24-December-Tuesday
221date_format(date '2024-12-31', 'yyyy/MMMM/EEEE') 2024/December/Tuesday
222date_format(date '2024-12-31', 'yy/MMMM/EEEE') 24/December/Tuesday
223date_format(date '2024-12-31', 'yyyy:MMMM:EEEE') 2024:December:Tuesday
224date_format(date '2024-12-31', 'yy:MMMM:EEEE') 24:December:Tuesday
225date_format(date '2024-12-31', 'yyyy.MMMM.EEEE') 2024.December.Tuesday
226date_format(date '2024-12-31', 'yy.MMMM.EEEE') 24.December.Tuesday
227date_format(date '2024-12-31', 'yyyy MMMM EEEE') 2024 December Tuesday
228date_format(date '2024-12-31', 'yy MMMM EEEE') 24 December Tuesday
229date_format(date '2024-12-31', 'yyyyMMMMEEEE') 2024DecemberTuesday
230date_format(date '2024-12-31', 'yyMMMMEEEE') 24DecemberTuesday
231date_format(date '2024-12-31', 'MM-dd')12-31
232date_format(date '2024-12-31', 'MM-d')12-31
233date_format(date '2024-12-31', 'MM-E')12-Tue
234date_format(date '2024-12-31', 'MM-EEEE')12-Tuesday
235date_format(date '2024-12-31', 'M-d')12-31
236date_format(date '2024-12-31', 'M-dd')12-31
237date_format(date '2024-12-31', 'M-E')12-Tue
238date_format(date '2024-12-31', 'M-EEEE')12-Tuesday
239date_format(date '2024-12-31', 'MMM-d')Dec-31
240date_format(date '2024-12-31', 'MMM-dd')Dec-31
241date_format(date '2024-12-31', 'MMM-E')Dec-Tue
242date_format(date '2024-12-31', 'MMM-EEEE')Dec-Tuesday
243date_format(date '2024-12-31', 'MMMM-d')December-31
244date_format(date '2024-12-31', 'MMMM-dd')December-31
245date_format(date '2024-12-31', 'MMMM-E')December-Tue
246date_format(date '2024-12-31', 'MMMM-EEEE')December-Tuesday
247date_format(date '2024-12-31', 'MM-yyyy')12-2024
248date_format(date '2024-12-31', 'MM-yy')12-24
249date_format(date '2024-12-31', 'M-yyyy')12-2024
250date_format(date '2024-12-31', 'M-yy')12-24
251date_format(date '2024-12-31', 'MMM-yyyy')Dec-2024
252date_format(date '2024-12-31', 'MMM-yy')Dec-24
253date_format(date '2024-12-31', 'MMMM-yyyy')December-2024
254date_format(date '2024-12-31', 'MMMM-yy')December-24
255date_format(date '2024-12-31', 'MM/dd')12/31
256date_format(date '2024-12-31', 'MM/d')12/31
257date_format(date '2024-12-31', 'MM/E')12/Tue
258date_format(date '2024-12-31', 'MM/EEEE')12/Tuesday
259date_format(date '2024-12-31', 'M/d')12/31
260date_format(date '2024-12-31', 'M/dd')12/31
261date_format(date '2024-12-31', 'M/E')12/Tue
262date_format(date '2024-12-31', 'M/EEEE')12/Tuesday
263date_format(date '2024-12-31', 'MMM/d')Dec/31
264date_format(date '2024-12-31', 'MMM/dd')Dec/31
265date_format(date '2024-12-31', 'MMM/E')Dec/Tue
266date_format(date '2024-12-31', 'MMM/EEEE')Dec/Tuesday
267date_format(date '2024-12-31', 'MMMM/d')December/31
268date_format(date '2024-12-31', 'MMMM/dd')December/31
269date_format(date '2024-12-31', 'MMMM/E')December/Tue
270date_format(date '2024-12-31', 'MMMM/EEEE')December/Tuesday
271date_format(date '2024-12-31', 'MM/yyyy')12/2024
272date_format(date '2024-12-31', 'MM/yy')12/24
273date_format(date '2024-12-31', 'M/yyyy')12/2024
274date_format(date '2024-12-31', 'M/yy')12/24
275date_format(date '2024-12-31', 'MMM/yyyy')Dec/2024
276date_format(date '2024-12-31', 'MMM/yy')Dec/24
277date_format(date '2024-12-31', 'MMMM/yyyy')December/2024
278date_format(date '2024-12-31', 'MMMM/yy')December/24
279date_format(date '2024-12-31', 'MM:dd')12:31
280date_format(date '2024-12-31', 'MM:d')12:31
281date_format(date '2024-12-31', 'MM:E')12:Tue
282date_format(date '2024-12-31', 'MM:EEEE')12:Tuesday
283date_format(date '2024-12-31', 'M:d')12:31
284date_format(date '2024-12-31', 'M:dd')12:31
285date_format(date '2024-12-31', 'M:E')12:Tue
286date_format(date '2024-12-31', 'M:EEEE')12:Tuesday
287date_format(date '2024-12-31', 'MMM:d')Dec:31
288date_format(date '2024-12-31', 'MMM:dd')Dec:31
289date_format(date '2024-12-31', 'MMM:E')Dec:Tue
290date_format(date '2024-12-31', 'MMM:EEEE')Dec:Tuesday
291date_format(date '2024-12-31', 'MMMM:d')December:31
292date_format(date '2024-12-31', 'MMMM:dd')December:31
293date_format(date '2024-12-31', 'MMMM:E')December:Tue
294date_format(date '2024-12-31', 'MMMM:EEEE')December:Tuesday
295date_format(date '2024-12-31', 'MM:yyyy')12:2024
296date_format(date '2024-12-31', 'MM:yy')12:24
297date_format(date '2024-12-31', 'M:yyyy')12:2024
298date_format(date '2024-12-31', 'M:yy')12:24
299date_format(date '2024-12-31', 'MMM:yyyy')Dec:2024
300date_format(date '2024-12-31', 'MMM:yy')Dec:24
301date_format(date '2024-12-31', 'MMMM:yyyy')December:2024
302date_format(date '2024-12-31', 'MMMM:yy')December:24
303date_format(date '2024-12-31', 'MM.dd')12.31
304date_format(date '2024-12-31', 'MM.d')12.31
305date_format(date '2024-12-31', 'MM.E')12.Tue
306date_format(date '2024-12-31', 'MM.EEEE')12.Tuesday
307date_format(date '2024-12-31', 'M.d')12.31
308date_format(date '2024-12-31', 'M.dd')12.31
309date_format(date '2024-12-31', 'M.E')12.Tue
310date_format(date '2024-12-31', 'M.EEEE')12.Tuesday
311date_format(date '2024-12-31', 'MMM.d')Dec.31
312date_format(date '2024-12-31', 'MMM.dd')Dec.31
313date_format(date '2024-12-31', 'MMM.E')Dec.Tue
314date_format(date '2024-12-31', 'MMM.EEEE')Dec.Tuesday
315date_format(date '2024-12-31', 'MMMM.d')December.31
316date_format(date '2024-12-31', 'MMMM.dd')December.31
317date_format(date '2024-12-31', 'MMMM.E')December.Tue
318date_format(date '2024-12-31', 'MMMM.EEEE')December.Tuesday
319date_format(date '2024-12-31', 'MM.yyyy')12.2024
320date_format(date '2024-12-31', 'MM.yy')12.24
321date_format(date '2024-12-31', 'M.yyyy')12.2024
322date_format(date '2024-12-31', 'M.yy')12.24
323date_format(date '2024-12-31', 'MMM.yyyy')Dec.2024
324date_format(date '2024-12-31', 'MMM.yy')Dec.24
325date_format(date '2024-12-31', 'MMMM.yyyy')December.2024
326date_format(date '2024-12-31', 'MMMM.yy')December.24
327date_format(date '2024-12-31', 'MM dd')12 31
328date_format(date '2024-12-31', 'MM d')12 31
329date_format(date '2024-12-31', 'MM E')12 Tue
330date_format(date '2024-12-31', 'MM EEEE')12 Tuesday
331date_format(date '2024-12-31', 'M d')12 31
332date_format(date '2024-12-31', 'M dd')12 31
333date_format(date '2024-12-31', 'M E')12 Tue
334date_format(date '2024-12-31', 'M EEEE')12 Tuesday
335date_format(date '2024-12-31', 'MMM d')Dec 31
336date_format(date '2024-12-31', 'MMM dd')Dec 31
337date_format(date '2024-12-31', 'MMM E')Dec Tue
338date_format(date '2024-12-31', 'MMM EEEE')Dec Tuesday
339date_format(date '2024-12-31', 'MMMM d')December 31
340date_format(date '2024-12-31', 'MMMM dd')December 31
341date_format(date '2024-12-31', 'MMMM E')December Tue
342date_format(date '2024-12-31', 'MMMM EEEE')December Tuesday
343date_format(date '2024-12-31', 'MM yyyy')12 2024
344date_format(date '2024-12-31', 'MM yy')12 24
345date_format(date '2024-12-31', 'M yyyy')12 2024
346date_format(date '2024-12-31', 'M yy')12 24
347date_format(date '2024-12-31', 'MMM yyyy')Dec 2024
348date_format(date '2024-12-31', 'MMM yy')Dec 24
349date_format(date '2024-12-31', 'MMMM yyyy')December 2024
350date_format(date '2024-12-31', 'MMMM yy')December 24
351date_format(date '2024-12-31', 'MMdd')1231
352date_format(date '2024-12-31', 'MMd')1231
353date_format(date '2024-12-31', 'MME')12Tue
354date_format(date '2024-12-31', 'MMEEEE')12Tuesday
355date_format(date '2024-12-31', 'Md')1231
356date_format(date '2024-12-31', 'Mdd')1231
357date_format(date '2024-12-31', 'ME')12Tue
358date_format(date '2024-12-31', 'MEEEE')12Tuesday
359date_format(date '2024-12-31', 'MMMd')Dec31
360date_format(date '2024-12-31', 'MMMdd')Dec31
361date_format(date '2024-12-31', 'MMME')DecTue
362date_format(date '2024-12-31', 'MMMEEEE')DecTuesday
363date_format(date '2024-12-31', 'MMMMd')December31
364date_format(date '2024-12-31', 'MMMMdd')December31
365date_format(date '2024-12-31', 'MMMME')DecemberTue
366date_format(date '2024-12-31', 'MMMMEEEE')DecemberTuesday
367date_format(date '2024-12-31', 'MMyyyy')122024
368date_format(date '2024-12-31', 'MMyy')1224
369date_format(date '2024-12-31', 'Myyyy')122024
370date_format(date '2024-12-31', 'Myy')1224
371date_format(date '2024-12-31', 'MMMyyyy')Dec2024
372date_format(date '2024-12-31', 'MMMyy')Dec24
373date_format(date '2024-12-31', 'MMMMyyyy')December2024
374date_format(date '2024-12-31', 'MMMMyy')December24
375date_format(date '2024-12-31', 'MM-dd-yyyy')12-31-2024
376date_format(date '2024-12-31', 'MM-dd-yy')12-31-24
377date_format(date '2024-12-31', 'MM/dd/yyyy')12/31/2024
378date_format(date '2024-12-31', 'MM/dd/yy')12/31/24
379date_format(date '2024-12-31', 'MM:dd:yyyy')12:31:2024
380date_format(date '2024-12-31', 'MM:dd:yy')12:31:24
381date_format(date '2024-12-31', 'MM.dd.yyyy')12.31.2024
382date_format(date '2024-12-31', 'MM.dd.yy')12.31.24
383date_format(date '2024-12-31', 'MM dd yyyy')12 31 2024
384date_format(date '2024-12-31', 'MM dd yy')12 31 24
385date_format(date '2024-12-31', 'MMddyyyy')12312024
386date_format(date '2024-12-31', 'MMddyy')123124
387date_format(date '2024-12-31', 'M-dd-yyyy')12-31-2024
388date_format(date '2024-12-31', 'M-dd-yy')12-31-24
389date_format(date '2024-12-31', 'M/dd/yyyy')12/31/2024
390date_format(date '2024-12-31', 'M/dd/yy')12/31/24
391date_format(date '2024-12-31', 'M:dd:yyyy')12:31:2024
392date_format(date '2024-12-31', 'M:dd:yy')12:31:24
393date_format(date '2024-12-31', 'M.dd.yyyy')12.31.2024
394date_format(date '2024-12-31', 'M.dd.yy')12.31.24
395date_format(date '2024-12-31', 'M dd yyyy')12 31 2024
396date_format(date '2024-12-31', 'M dd yy')12 31 24
397date_format(date '2024-12-31', 'Mddyyyy')12312024
398date_format(date '2024-12-31', 'Mddyy')123124
399date_format(date '2024-12-31', 'MMM-dd-yyyy')Dec-31-2024
400date_format(date '2024-12-31', 'MMM-dd-yy')Dec-31-24
401date_format(date '2024-12-31', 'MMM/dd/yyyy')Dec/31/2024
402date_format(date '2024-12-31', 'MMM/dd/yy')Dec/31/24
403date_format(date '2024-12-31', 'MMM:dd:yyyy')Dec:31:2024
404date_format(date '2024-12-31', 'MMM:dd:yy')Dec:31:24
405date_format(date '2024-12-31', 'MMM.dd.yyyy')Dec.31.2024
406date_format(date '2024-12-31', 'MMM.dd.yy')Dec.31.24
407date_format(date '2024-12-31', 'MMM dd yyyy')Dec 31 2024
408date_format(date '2024-12-31', 'MMM dd yy')Dec 31 24
409date_format(date '2024-12-31', 'MMMddyyyy')Dec312024
410date_format(date '2024-12-31', 'MMMddyy')Dec3124
411date_format(date '2024-12-31', 'MMMM-dd-yyyy')December-31-2024
412date_format(date '2024-12-31', 'MMMM-dd-yy')December-31-24
413date_format(date '2024-12-31', 'MMMM/dd/yyyy')December/31/2024
414date_format(date '2024-12-31', 'MMMM/dd/yy')December/31/24
415date_format(date '2024-12-31', 'MMMM:dd:yyyy')December:31:2024
416date_format(date '2024-12-31', 'MMMM:dd:yy')December:31:24
417date_format(date '2024-12-31', 'MMMM.dd.yyyy')December.31.2024
418date_format(date '2024-12-31', 'MMMM.dd.yy')December.31.24
419date_format(date '2024-12-31', 'MMMM dd yyyy')December 31 2024
420date_format(date '2024-12-31', 'MMMM dd yy')December 31 24
421date_format(date '2024-12-31', 'MMMMddyyyy')December312024
422date_format(date '2024-12-31', 'MMMMddyy')December3124
423date_format(date '2024-12-31', 'MM-d-yyyy')12-31-2024
424date_format(date '2024-12-31', 'MM-d-yy')12-31-24
425date_format(date '2024-12-31', 'MM/d/yyyy')12/31/2024
426date_format(date '2024-12-31', 'MM/d/yy')12/31/24
427date_format(date '2024-12-31', 'MM:d:yyyy')12:31:2024
428date_format(date '2024-12-31', 'MM:d:yy')12:31:24
429date_format(date '2024-12-31', 'MM.d.yyyy')12.31.2024
430date_format(date '2024-12-31', 'MM.d.yy')12.31.24
431date_format(date '2024-12-31', 'MM d yyyy')12 31 2024
432date_format(date '2024-12-31', 'MM d yy')12 31 24
433date_format(date '2024-12-31', 'MMdyyyy')12312024
434date_format(date '2024-12-31', 'MMdyy')123124
435date_format(date '2024-12-31', 'M-d-yyyy')12-31-2024
436date_format(date '2024-12-31', 'M-d-yy')12-31-24
437date_format(date '2024-12-31', 'M/d/yyyy')12/31/2024
438date_format(date '2024-12-31', 'M/d/yy')12/31/24
439date_format(date '2024-12-31', 'M:d:yyyy')12:31:2024
440date_format(date '2024-12-31', 'M:d:yy')12:31:24
441date_format(date '2024-12-31', 'M.d.yyyy')12.31.2024
442date_format(date '2024-12-31', 'M.d.yy')12.31.24
443date_format(date '2024-12-31', 'M d yyyy')12 31 2024
444date_format(date '2024-12-31', 'M d yy')12 31 24
445date_format(date '2024-12-31', 'Mdyyyy')12312024
446date_format(date '2024-12-31', 'Mdyy')123124
447date_format(date '2024-12-31', 'MMM-d-yyyy')Dec-31-2024
448date_format(date '2024-12-31', 'MMM-d-yy')Dec-31-24
449date_format(date '2024-12-31', 'MMM/d/yyyy')Dec/31/2024
450date_format(date '2024-12-31', 'MMM/d/yy')Dec/31/24
451date_format(date '2024-12-31', 'MMM:d:yyyy')Dec:31:2024
452date_format(date '2024-12-31', 'MMM:d:yy')Dec:31:24
453date_format(date '2024-12-31', 'MMM.d.yyyy')Dec.31.2024
454date_format(date '2024-12-31', 'MMM.d.yy')Dec.31.24
455date_format(date '2024-12-31', 'MMM d yyyy')Dec 31 2024
456date_format(date '2024-12-31', 'MMM d yy')Dec 31 24
457date_format(date '2024-12-31', 'MMMdyyyy')Dec312024
458date_format(date '2024-12-31', 'MMMdyy')Dec3124
459date_format(date '2024-12-31', 'MMMM-d-yyyy')December-31-2024
460date_format(date '2024-12-31', 'MMMM-d-yy')December-31-24
461date_format(date '2024-12-31', 'MMMM/d/yyyy')December/31/2024
462date_format(date '2024-12-31', 'MMMM/d/yy')December/31/24
463date_format(date '2024-12-31', 'MMMM:d:yyyy')December:31:2024
464date_format(date '2024-12-31', 'MMMM:d:yy')December:31:24
465date_format(date '2024-12-31', 'MMMM.d.yyyy')December.31.2024
466date_format(date '2024-12-31', 'MMMM.d.yy')December.31.24
467date_format(date '2024-12-31', 'MMMM d yyyy')December 31 2024
468date_format(date '2024-12-31', 'MMMM d yy')December 31 24
469date_format(date '2024-12-31', 'MMMMdyyyy')December312024
470date_format(date '2024-12-31', 'MMMMdyy')December3124
471date_format(date '2024-12-31', 'MM-E-yyyy')12-Tue-2024
472date_format(date '2024-12-31', 'MM-E-yy')12-Tue-24
473date_format(date '2024-12-31', 'MM/E/yyyy')12/Tue/2024
474date_format(date '2024-12-31', 'MM/E/yy')12/Tue/24
475date_format(date '2024-12-31', 'MM:E:yyyy')12:Tue:2024
476date_format(date '2024-12-31', 'MM:E:yy')12:Tue:24
477date_format(date '2024-12-31', 'MM.E.yyyy')12.Tue.2024
478date_format(date '2024-12-31', 'MM.E.yy')12.Tue.24
479date_format(date '2024-12-31', 'MM E yyyy')12 Tue 2024
480date_format(date '2024-12-31', 'MM E yy')12 Tue 24
481date_format(date '2024-12-31', 'MMEyyyy')12Tue2024
482date_format(date '2024-12-31', 'MMEyy')12Tue24
483date_format(date '2024-12-31', 'M-E-yyyy')12-Tue-2024
484date_format(date '2024-12-31', 'M-E-yy')12-Tue-24
485date_format(date '2024-12-31', 'M/E/yyyy')12/Tue/2024
486date_format(date '2024-12-31', 'M/E/yy')12/Tue/24
487date_format(date '2024-12-31', 'M:E:yyyy')12:Tue:2024
488date_format(date '2024-12-31', 'M:E:yy')12:Tue:24
489date_format(date '2024-12-31', 'M.E.yyyy')12.Tue.2024
490date_format(date '2024-12-31', 'M.E.yy')12.Tue.24
491date_format(date '2024-12-31', 'M E yyyy')12 Tue 2024
492date_format(date '2024-12-31', 'M E yy')12 Tue 24
493date_format(date '2024-12-31', 'MEyyyy')12Tue2024
494date_format(date '2024-12-31', 'MEyy')12Tue24
495date_format(date '2024-12-31', 'MMM-E-yyyy')Dec-Tue-2024
496date_format(date '2024-12-31', 'MMM-E-yy')Dec-Tue-24
497date_format(date '2024-12-31', 'MMM/E/yyyy')Dec/Tue/2024
498date_format(date '2024-12-31', 'MMM/E/yy')Dec/Tue/24
499date_format(date '2024-12-31', 'MMM:E:yyyy')Dec:Tue:2024
500date_format(date '2024-12-31', 'MMM:E:yy')Dec:Tue:24
501date_format(date '2024-12-31', 'MMM.E.yyyy')Dec.Tue.2024
502date_format(date '2024-12-31', 'MMM.E.yy')Dec.Tue.24
503date_format(date '2024-12-31', 'MMM E yyyy')Dec Tue 2024
504date_format(date '2024-12-31', 'MMM E yy')Dec Tue 24
505date_format(date '2024-12-31', 'MMMEyyyy')DecTue2024
506date_format(date '2024-12-31', 'MMMEyy')DecTue24
507date_format(date '2024-12-31', 'MMMM-E-yyyy')December-Tue-2024
508date_format(date '2024-12-31', 'MMMM-E-yy')December-Tue-24
509date_format(date '2024-12-31', 'MMMM/E/yyyy')December/Tue/2024
510date_format(date '2024-12-31', 'MMMM/E/yy')December/Tue/24
511date_format(date '2024-12-31', 'MMMM:E:yyyy')December:Tue:2024
512date_format(date '2024-12-31', 'MMMM:E:yy')December:Tue:24
513date_format(date '2024-12-31', 'MMMM.E.yyyy')December.Tue.2024
514date_format(date '2024-12-31', 'MMMM.E.yy')December.Tue.24
515date_format(date '2024-12-31', 'MMMM E yyyy')December Tue 2024
516date_format(date '2024-12-31', 'MMMM E yy')December Tue 24
517date_format(date '2024-12-31', 'MMMMEyyyy')DecemberTue2024
518date_format(date '2024-12-31', 'MMMMEyy')DecemberTue24
519date_format(date '2024-12-31', 'MM-EEEE-yyyy')12-Tuesday-2024
520date_format(date '2024-12-31', 'MM-EEEE-yy')12-Tuesday-24
521date_format(date '2024-12-31', 'MM/EEEE/yyyy')12/Tuesday/2024
522date_format(date '2024-12-31', 'MM/EEEE/yy')12/Tuesday/24
523date_format(date '2024-12-31', 'MM:EEEE:yyyy')12:Tuesday:2024
524date_format(date '2024-12-31', 'MM:EEEE:yy')12:Tuesday:24
525date_format(date '2024-12-31', 'MM.EEEE.yyyy')12.Tuesday.2024
526date_format(date '2024-12-31', 'MM.EEEE.yy')12.Tuesday.24
527date_format(date '2024-12-31', 'MM EEEE yyyy')12 Tuesday 2024
528date_format(date '2024-12-31', 'MM EEEE yy')12 Tuesday 24
529date_format(date '2024-12-31', 'MMEEEEyyyy')12Tuesday2024
530date_format(date '2024-12-31', 'MMEEEEyy')12Tuesday24
531date_format(date '2024-12-31', 'M-EEEE-yyyy')12-Tuesday-2024
532date_format(date '2024-12-31', 'M-EEEE-yy')12-Tuesday-24
533date_format(date '2024-12-31', 'M/EEEE/yyyy')12/Tuesday/2024
534date_format(date '2024-12-31', 'M/EEEE/yy')12/Tuesday/24
535date_format(date '2024-12-31', 'M:EEEE:yyyy')12:Tuesday:2024
536date_format(date '2024-12-31', 'M:EEEE:yy')12:Tuesday:24
537date_format(date '2024-12-31', 'M.EEEE.yyyy')12.Tuesday.2024
538date_format(date '2024-12-31', 'M.EEEE.yy')12.Tuesday.24
539date_format(date '2024-12-31', 'M EEEE yyyy')12 Tuesday 2024
540date_format(date '2024-12-31', 'M EEEE yy')12 Tuesday 24
541date_format(date '2024-12-31', 'MEEEEyyyy')12Tuesday2024
542date_format(date '2024-12-31', 'MEEEEyy')12Tuesday24
543date_format(date '2024-12-31', 'MMM-EEEE-yyyy')Dec-Tuesday-2024
544date_format(date '2024-12-31', 'MMM-EEEE-yy')Dec-Tuesday-24
545date_format(date '2024-12-31', 'MMM/EEEE/yyyy')Dec/Tuesday/2024
546date_format(date '2024-12-31', 'MMM/EEEE/yy')Dec/Tuesday/24
547date_format(date '2024-12-31', 'MMM:EEEE:yyyy')Dec:Tuesday:2024
548date_format(date '2024-12-31', 'MMM:EEEE:yy')Dec:Tuesday:24
549date_format(date '2024-12-31', 'MMM.EEEE.yyyy')Dec.Tuesday.2024
550date_format(date '2024-12-31', 'MMM.EEEE.yy')Dec.Tuesday.24
551date_format(date '2024-12-31', 'MMM EEEE yyyy')Dec Tuesday 2024
552date_format(date '2024-12-31', 'MMM EEEE yy')Dec Tuesday 24
553date_format(date '2024-12-31', 'MMMEEEEyyyy')DecTuesday2024
554date_format(date '2024-12-31', 'MMMEEEEyy')DecTuesday24
555date_format(date '2024-12-31', 'MMMM-EEEE-yyyy')December-Tuesday-2024
556date_format(date '2024-12-31', 'MMMM-EEEE-yy')December-Tuesday-24
557date_format(date '2024-12-31', 'MMMM/EEEE/yyyy')December/Tuesday/2024
558date_format(date '2024-12-31', 'MMMM/EEEE/yy')December/Tuesday/24
559date_format(date '2024-12-31', 'MMMM:EEEE:yyyy')December:Tuesday:2024
560date_format(date '2024-12-31', 'MMMM:EEEE:yy')December:Tuesday:24
561date_format(date '2024-12-31', 'MMMM.EEEE.yyyy')December.Tuesday.2024
562date_format(date '2024-12-31', 'MMMM.EEEE.yy')December.Tuesday.24
563date_format(date '2024-12-31', 'MMMM EEEE yyyy')December Tuesday 2024
564date_format(date '2024-12-31', 'MMMM EEEE yy')December Tuesday 24
565date_format(date '2024-12-31', 'MMMMEEEEyyyy')DecemberTuesday2024
566date_format(date '2024-12-31', 'MMMMEEEEyy')DecemberTuesday24
567date_format(date '2024-12-31', 'dd-MM')31-12
568date_format(date '2024-12-31', 'dd-M')31-12
569date_format(date '2024-12-31', 'dd-MMM')31-Dec
570date_format(date '2024-12-31', 'dd-MMMM')31-December
571date_format(date '2024-12-31', 'd-MM')31-12
572date_format(date '2024-12-31', 'd-M')31-12
573date_format(date '2024-12-31', 'd-MMM')31-Dec
574date_format(date '2024-12-31', 'd-MMMM')31-December
575date_format(date '2024-12-31', 'E-MM')Tue-12
576date_format(date '2024-12-31', 'E-M')Tue-12
577date_format(date '2024-12-31', 'E-MMM')Tue-Dec
578date_format(date '2024-12-31', 'E-MMMM')Tue-December
579date_format(date '2024-12-31', 'EEEE-MM')Tuesday-12
580date_format(date '2024-12-31', 'EEEE-M')Tuesday-12
581date_format(date '2024-12-31', 'EEEE-MMM')Tuesday-Dec
582date_format(date '2024-12-31', 'EEEE-MMMM')Tuesday-December
583date_format(date '2024-12-31', 'dd/MM')31/12
584date_format(date '2024-12-31', 'dd/M')31/12
585date_format(date '2024-12-31', 'dd/MMM')31/Dec
586date_format(date '2024-12-31', 'dd/MMMM')31/December
587date_format(date '2024-12-31', 'd/MM')31/12
588date_format(date '2024-12-31', 'd/M')31/12
589date_format(date '2024-12-31', 'd/MMM')31/Dec
590date_format(date '2024-12-31', 'd/MMMM')31/December
591date_format(date '2024-12-31', 'E/MM')Tue/12
592date_format(date '2024-12-31', 'E/M')Tue/12
593date_format(date '2024-12-31', 'E/MMM')Tue/Dec
594date_format(date '2024-12-31', 'E/MMMM')Tue/December
595date_format(date '2024-12-31', 'EEEE/MM')Tuesday/12
596date_format(date '2024-12-31', 'EEEE/M')Tuesday/12
597date_format(date '2024-12-31', 'EEEE/MMM')Tuesday/Dec
598date_format(date '2024-12-31', 'EEEE/MMMM')Tuesday/December
599date_format(date '2024-12-31', 'dd:MM')31:12
600date_format(date '2024-12-31', 'dd:M')31:12
601date_format(date '2024-12-31', 'dd:MMM')31:Dec
602date_format(date '2024-12-31', 'dd:MMMM')31:December
603date_format(date '2024-12-31', 'd:MM')31:12
604date_format(date '2024-12-31', 'd:M')31:12
605date_format(date '2024-12-31', 'd:MMM')31:Dec
606date_format(date '2024-12-31', 'd:MMMM')31:December
607date_format(date '2024-12-31', 'E:MM')Tue:12
608date_format(date '2024-12-31', 'E:M')Tue:12
609date_format(date '2024-12-31', 'E:MMM')Tue:Dec
610date_format(date '2024-12-31', 'E:MMMM')Tue:December
611date_format(date '2024-12-31', 'EEEE:MM')Tuesday:12
612date_format(date '2024-12-31', 'EEEE:M')Tuesday:12
613date_format(date '2024-12-31', 'EEEE:MMM')Tuesday:Dec
614date_format(date '2024-12-31', 'EEEE:MMMM')Tuesday:December
615date_format(date '2024-12-31', 'dd.MM')31.12
616date_format(date '2024-12-31', 'dd.M')31.12
617date_format(date '2024-12-31', 'dd.MMM')31.Dec
618date_format(date '2024-12-31', 'dd.MMMM')31.December
619date_format(date '2024-12-31', 'd.MM')31.12
620date_format(date '2024-12-31', 'd.M')31.12
621date_format(date '2024-12-31', 'd.MMM')31.Dec
622date_format(date '2024-12-31', 'd.MMMM')31.December
623date_format(date '2024-12-31', 'E.MM')Tue.12
624date_format(date '2024-12-31', 'E.M')Tue.12
625date_format(date '2024-12-31', 'E.MMM')Tue.Dec
626date_format(date '2024-12-31', 'E.MMMM')Tue.December
627date_format(date '2024-12-31', 'EEEE.MM')Tuesday.12
628date_format(date '2024-12-31', 'EEEE.M')Tuesday.12
629date_format(date '2024-12-31', 'EEEE.MMM')Tuesday.Dec
630date_format(date '2024-12-31', 'EEEE.MMMM')Tuesday.December
631date_format(date '2024-12-31', 'dd MM')31 12
632date_format(date '2024-12-31', 'dd M')31 12
633date_format(date '2024-12-31', 'dd MMM')31 Dec
634date_format(date '2024-12-31', 'dd MMMM')31 December
635date_format(date '2024-12-31', 'd MM')31 12
636date_format(date '2024-12-31', 'd M')31 12
637date_format(date '2024-12-31', 'd MMM')31 Dec
638date_format(date '2024-12-31', 'd MMMM')31 December
639date_format(date '2024-12-31', 'E MM')Tue 12
640date_format(date '2024-12-31', 'E M')Tue 12
641date_format(date '2024-12-31', 'E MMM')Tue Dec
642date_format(date '2024-12-31', 'E MMMM')Tue December
643date_format(date '2024-12-31', 'EEEE MM')Tuesday 12
644date_format(date '2024-12-31', 'EEEE M')Tuesday 12
645date_format(date '2024-12-31', 'EEEE MMM')Tuesday Dec
646date_format(date '2024-12-31', 'EEEE MMMM')Tuesday December
647date_format(date '2024-12-31', 'ddMM')3112
648date_format(date '2024-12-31', 'ddM')3112
649date_format(date '2024-12-31', 'ddMMM')31Dec
650date_format(date '2024-12-31', 'ddMMMM')31December
651date_format(date '2024-12-31', 'dMM')3112
652date_format(date '2024-12-31', 'dM')3112
653date_format(date '2024-12-31', 'dMMM')31Dec
654date_format(date '2024-12-31', 'dMMMM')31December
655date_format(date '2024-12-31', 'EMM')Tue12
656date_format(date '2024-12-31', 'EM')Tue12
657date_format(date '2024-12-31', 'EMMM')TueDec
658date_format(date '2024-12-31', 'EMMMM')TueDecember
659date_format(date '2024-12-31', 'EEEEMM')Tuesday12
660date_format(date '2024-12-31', 'EEEEM')Tuesday12
661date_format(date '2024-12-31', 'EEEEMMM')TuesdayDec
662date_format(date '2024-12-31', 'EEEEMMMM')TuesdayDecember
663date_format(date '2024-12-31', 'dd-MM-yyyy')31-12-2024
664date_format(date '2024-12-31', 'dd-MM-yy')31-12-24
665date_format(date '2024-12-31', 'd-MM-yyyy')31-12-2024
666date_format(date '2024-12-31', 'd-MM-yy')31-12-24
667date_format(date '2024-12-31', 'E-MM-yyyy')Tue-12-2024
668date_format(date '2024-12-31', 'E-MM-yy')Tue-12-24
669date_format(date '2024-12-31', 'EEEE-MM-yyyy')Tuesday-12-2024
670date_format(date '2024-12-31', 'EEEE-MM-yy')Tuesday-12-24
671date_format(date '2024-12-31', 'dd-M-yyyy')31-12-2024
672date_format(date '2024-12-31', 'dd-M-yy')31-12-24
673date_format(date '2024-12-31', 'd-M-yyyy')31-12-2024
674date_format(date '2024-12-31', 'd-M-yy')31-12-24
675date_format(date '2024-12-31', 'E-M-yyyy')Tue-12-2024
676date_format(date '2024-12-31', 'E-M-yy')Tue-12-24
677date_format(date '2024-12-31', 'EEEE-M-yyyy')Tuesday-12-2024
678date_format(date '2024-12-31', 'EEEE-M-yy')Tuesday-12-24
679date_format(date '2024-12-31', 'dd-MMM-yyyy')31-Dec-2024
680date_format(date '2024-12-31', 'dd-MMM-yy')31-Dec-24
681date_format(date '2024-12-31', 'd-MMM-yyyy')31-Dec-2024
682date_format(date '2024-12-31', 'd-MMM-yy')31-Dec-24
683date_format(date '2024-12-31', 'E-MMM-yyyy')Tue-Dec-2024
684date_format(date '2024-12-31', 'E-MMM-yy')Tue-Dec-24
685date_format(date '2024-12-31', 'EEEE-MMM-yyyy')Tuesday-Dec-2024
686date_format(date '2024-12-31', 'EEEE-MMM-yy')Tuesday-Dec-24
687date_format(date '2024-12-31', 'dd-MMMM-yyyy')31-December-2024
688date_format(date '2024-12-31', 'dd-MMMM-yy')31-December-24
689date_format(date '2024-12-31', 'd-MMMM-yyyy')31-December-2024
690date_format(date '2024-12-31', 'd-MMMM-yy')31-December-24
691date_format(date '2024-12-31', 'E-MMMM-yyyy')Tue-December-2024
692date_format(date '2024-12-31', 'E-MMMM-yy')Tue-December-24
693date_format(date '2024-12-31', 'EEEE-MMMM-yyyy')Tuesday-December-2024
694date_format(date '2024-12-31', 'EEEE-MMMM-yy')Tuesday-December-24
695date_format(date '2024-12-31', 'dd/MM/yyyy')31/12/2024
696date_format(date '2024-12-31', 'dd/MM/yy')31/12/24
697date_format(date '2024-12-31', 'd/MM/yyyy')31/12/2024
698date_format(date '2024-12-31', 'd/MM/yy')31/12/24
699date_format(date '2024-12-31', 'E/MM/yyyy')Tue/12/2024
700date_format(date '2024-12-31', 'E/MM/yy')Tue/12/24
701date_format(date '2024-12-31', 'EEEE/MM/yyyy')Tuesday/12/2024
702date_format(date '2024-12-31', 'EEEE/MM/yy')Tuesday/12/24
703date_format(date '2024-12-31', 'dd/M/yyyy')31/12/2024
704date_format(date '2024-12-31', 'dd/M/yy')31/12/24
705date_format(date '2024-12-31', 'd/M/yyyy')31/12/2024
706date_format(date '2024-12-31', 'd/M/yy')31/12/24
707date_format(date '2024-12-31', 'E/M/yyyy')Tue/12/2024
708date_format(date '2024-12-31', 'E/M/yy')Tue/12/24
709date_format(date '2024-12-31', 'EEEE/M/yyyy')Tuesday/12/2024
710date_format(date '2024-12-31', 'EEEE/M/yy')Tuesday/12/24
711date_format(date '2024-12-31', 'dd/MMM/yyyy')31/Dec/2024
712date_format(date '2024-12-31', 'dd/MMM/yy')31/Dec/24
713date_format(date '2024-12-31', 'd/MMM/yyyy')31/Dec/2024
714date_format(date '2024-12-31', 'd/MMM/yy')31/Dec/24
715date_format(date '2024-12-31', 'E/MMM/yyyy')Tue/Dec/2024
716date_format(date '2024-12-31', 'E/MMM/yy')Tue/Dec/24
717date_format(date '2024-12-31', 'EEEE/MMM/yyyy')Tuesday/Dec/2024
718date_format(date '2024-12-31', 'EEEE/MMM/yy')Tuesday/Dec/24
719date_format(date '2024-12-31', 'dd/MMMM/yyyy')31/December/2024
720date_format(date '2024-12-31', 'dd/MMMM/yy')31/December/24
721date_format(date '2024-12-31', 'd/MMMM/yyyy')31/December/2024
722date_format(date '2024-12-31', 'd/MMMM/yy')31/December/24
723date_format(date '2024-12-31', 'E/MMMM/yyyy')Tue/December/2024
724date_format(date '2024-12-31', 'E/MMMM/yy')Tue/December/24
725date_format(date '2024-12-31', 'EEEE/MMMM/yyyy')Tuesday/December/2024
726date_format(date '2024-12-31', 'EEEE/MMMM/yy')Tuesday/December/24
727date_format(date '2024-12-31', 'dd:MM:yyyy')31:12:2024
728date_format(date '2024-12-31', 'dd:MM:yy')31:12:24
729date_format(date '2024-12-31', 'd:MM:yyyy')31:12:2024
730date_format(date '2024-12-31', 'd:MM:yy')31:12:24
731date_format(date '2024-12-31', 'E:MM:yyyy')Tue:12:2024
732date_format(date '2024-12-31', 'E:MM:yy')Tue:12:24
733date_format(date '2024-12-31', 'EEEE:MM:yyyy')Tuesday:12:2024
734date_format(date '2024-12-31', 'EEEE:MM:yy')Tuesday:12:24
735date_format(date '2024-12-31', 'dd:M:yyyy')31:12:2024
736date_format(date '2024-12-31', 'dd:M:yy')31:12:24
737date_format(date '2024-12-31', 'd:M:yyyy')31:12:2024
738date_format(date '2024-12-31', 'd:M:yy')31:12:24
739date_format(date '2024-12-31', 'E:M:yyyy')Tue:12:2024
740date_format(date '2024-12-31', 'E:M:yy')Tue:12:24
741date_format(date '2024-12-31', 'EEEE:M:yyyy')Tuesday:12:2024
742date_format(date '2024-12-31', 'EEEE:M:yy')Tuesday:12:24
743date_format(date '2024-12-31', 'dd:MMM:yyyy')31:Dec:2024
744date_format(date '2024-12-31', 'dd:MMM:yy')31:Dec:24
745date_format(date '2024-12-31', 'd:MMM:yyyy')31:Dec:2024
746date_format(date '2024-12-31', 'd:MMM:yy')31:Dec:24
747date_format(date '2024-12-31', 'E:MMM:yyyy')Tue:Dec:2024
748date_format(date '2024-12-31', 'E:MMM:yy')Tue:Dec:24
749date_format(date '2024-12-31', 'EEEE:MMM:yyyy')Tuesday:Dec:2024
750date_format(date '2024-12-31', 'EEEE:MMM:yy')Tuesday:Dec:24
751date_format(date '2024-12-31', 'dd:MMMM:yyyy')31:December:2024
752date_format(date '2024-12-31', 'dd:MMMM:yy')31:December:24
753date_format(date '2024-12-31', 'd:MMMM:yyyy')31:December:2024
754date_format(date '2024-12-31', 'd:MMMM:yy')31:December:24
755date_format(date '2024-12-31', 'E:MMMM:yyyy')Tue:December:2024
756date_format(date '2024-12-31', 'E:MMMM:yy')Tue:December:24
757date_format(date '2024-12-31', 'EEEE:MMMM:yyyy')Tuesday:December:2024
758date_format(date '2024-12-31', 'EEEE:MMMM:yy')Tuesday:December:24
759date_format(date '2024-12-31', 'dd.MM.yyyy')31.12.2024
760date_format(date '2024-12-31', 'dd.MM.yy')31.12.24
761date_format(date '2024-12-31', 'd.MM.yyyy')31.12.2024
762date_format(date '2024-12-31', 'd.MM.yy')31.12.24
763date_format(date '2024-12-31', 'E.MM.yyyy')Tue.12.2024
764date_format(date '2024-12-31', 'E.MM.yy')Tue.12.24
765date_format(date '2024-12-31', 'EEEE.MM.yyyy')Tuesday.12.2024
766date_format(date '2024-12-31', 'EEEE.MM.yy')Tuesday.12.24
767date_format(date '2024-12-31', 'dd.M.yyyy')31.12.2024
768date_format(date '2024-12-31', 'dd.M.yy')31.12.24
769date_format(date '2024-12-31', 'd.M.yyyy')31.12.2024
770date_format(date '2024-12-31', 'd.M.yy')31.12.24
771date_format(date '2024-12-31', 'E.M.yyyy')Tue.12.2024
772date_format(date '2024-12-31', 'E.M.yy')Tue.12.24
773date_format(date '2024-12-31', 'EEEE.M.yyyy')Tuesday.12.2024
774date_format(date '2024-12-31', 'EEEE.M.yy')Tuesday.12.24
775date_format(date '2024-12-31', 'dd.MMM.yyyy')31.Dec.2024
776date_format(date '2024-12-31', 'dd.MMM.yy')31.Dec.24
777date_format(date '2024-12-31', 'd.MMM.yyyy')31.Dec.2024
778date_format(date '2024-12-31', 'd.MMM.yy')31.Dec.24
779date_format(date '2024-12-31', 'E.MMM.yyyy')Tue.Dec.2024
780date_format(date '2024-12-31', 'E.MMM.yy')Tue.Dec.24
781date_format(date '2024-12-31', 'EEEE.MMM.yyyy')Tuesday.Dec.2024
782date_format(date '2024-12-31', 'EEEE.MMM.yy')Tuesday.Dec.24
783date_format(date '2024-12-31', 'dd.MMMM.yyyy')31.December.2024
784date_format(date '2024-12-31', 'dd.MMMM.yy')31.December.24
785date_format(date '2024-12-31', 'd.MMMM.yyyy')31.December.2024
786date_format(date '2024-12-31', 'd.MMMM.yy')31.December.24
787date_format(date '2024-12-31', 'E.MMMM.yyyy')Tue.December.2024
788date_format(date '2024-12-31', 'E.MMMM.yy')Tue.December.24
789date_format(date '2024-12-31', 'EEEE.MMMM.yyyy')Tuesday.December.2024
790date_format(date '2024-12-31', 'EEEE.MMMM.yy')Tuesday.December.24
791date_format(date '2024-12-31', 'dd MM yyyy')31 12 2024
792date_format(date '2024-12-31', 'dd MM yy')31 12 24
793date_format(date '2024-12-31', 'd MM yyyy')31 12 2024
794date_format(date '2024-12-31', 'd MM yy')31 12 24
795date_format(date '2024-12-31', 'E MM yyyy')Tue 12 2024
796date_format(date '2024-12-31', 'E MM yy')Tue 12 24
797date_format(date '2024-12-31', 'EEEE MM yyyy')Tuesday 12 2024
798date_format(date '2024-12-31', 'EEEE MM yy')Tuesday 12 24
799date_format(date '2024-12-31', 'dd M yyyy')31 12 2024
800date_format(date '2024-12-31', 'dd M yy')31 12 24
801date_format(date '2024-12-31', 'd M yyyy')31 12 2024
802date_format(date '2024-12-31', 'd M yy')31 12 24
803date_format(date '2024-12-31', 'E M yyyy')Tue 12 2024
804date_format(date '2024-12-31', 'E M yy')Tue 12 24
805date_format(date '2024-12-31', 'EEEE M yyyy')Tuesday 12 2024
806date_format(date '2024-12-31', 'EEEE M yy')Tuesday 12 24
807date_format(date '2024-12-31', 'dd MMM yyyy')31 Dec 2024
808date_format(date '2024-12-31', 'dd MMM yy')31 Dec 24
809date_format(date '2024-12-31', 'd MMM yyyy')31 Dec 2024
810date_format(date '2024-12-31', 'd MMM yy')31 Dec 24
811date_format(date '2024-12-31', 'E MMM yyyy')Tue Dec 2024
812date_format(date '2024-12-31', 'E MMM yy')Tue Dec 24
813date_format(date '2024-12-31', 'EEEE MMM yyyy')Tuesday Dec 2024
814date_format(date '2024-12-31', 'EEEE MMM yy')Tuesday Dec 24
815date_format(date '2024-12-31', 'dd MMMM yyyy')31 December 2024
816date_format(date '2024-12-31', 'dd MMMM yy')31 December 24
817date_format(date '2024-12-31', 'd MMMM yyyy')31 December 2024
818date_format(date '2024-12-31', 'd MMMM yy')31 December 24
819date_format(date '2024-12-31', 'E MMMM yyyy')Tue December 2024
820date_format(date '2024-12-31', 'E MMMM yy')Tue December 24
821date_format(date '2024-12-31', 'EEEE MMMM yyyy')Tuesday December 2024
822date_format(date '2024-12-31', 'EEEE MMMM yy')Tuesday December 24
823date_format(date '2024-12-31', 'ddMMyyyy')31122024
824date_format(date '2024-12-31', 'ddMMyy')311224
825date_format(date '2024-12-31', 'dMMyyyy')31122024
826date_format(date '2024-12-31', 'dMMyy')311224
827date_format(date '2024-12-31', 'EMMyyyy')Tue122024
828date_format(date '2024-12-31', 'EMMyy')Tue1224
829date_format(date '2024-12-31', 'EEEEMMyyyy')Tuesday122024
830date_format(date '2024-12-31', 'EEEEMMyy')Tuesday1224
831date_format(date '2024-12-31', 'ddMyyyy')31122024
832date_format(date '2024-12-31', 'ddMyy')311224
833date_format(date '2024-12-31', 'dMyyyy')31122024
834date_format(date '2024-12-31', 'dMyy')311224
835date_format(date '2024-12-31', 'EMyyyy')Tue122024
836date_format(date '2024-12-31', 'EMyy')Tue1224
837date_format(date '2024-12-31', 'EEEEMyyyy')Tuesday122024
838date_format(date '2024-12-31', 'EEEEMyy')Tuesday1224
839date_format(date '2024-12-31', 'ddMMMyyyy')31Dec2024
840date_format(date '2024-12-31', 'ddMMMyy')31Dec24
841date_format(date '2024-12-31', 'dMMMyyyy')31Dec2024
842date_format(date '2024-12-31', 'dMMMyy')31Dec24
843date_format(date '2024-12-31', 'EMMMyyyy')TueDec2024
844date_format(date '2024-12-31', 'EMMMyy')TueDec24
845date_format(date '2024-12-31', 'EEEEMMMyyyy')TuesdayDec2024
846date_format(date '2024-12-31', 'EEEEMMMyy')TuesdayDec24
847date_format(date '2024-12-31', 'ddMMMMyyyy')31December2024
848date_format(date '2024-12-31', 'ddMMMMyy')31December24
849date_format(date '2024-12-31', 'dMMMMyyyy')31December2024
850date_format(date '2024-12-31', 'dMMMMyy')31December24
851date_format(date '2024-12-31', 'EMMMMyyyy')TueDecember2024
852date_format(date '2024-12-31', 'EMMMMyy')TueDecember24
853date_format(date '2024-12-31', 'EEEEMMMMyyyy')TuesdayDecember2024
854date_format(date '2024-12-31', 'EEEEMMMMyy')TuesdayDecember24
855date_format(date '2024-12-31', 'E MMM dd, yyyy')Tue Dec 31, 2024
856date_format(date '2024-12-31', 'EEEE MMM dd, yyyy')Tuesday Dec 31, 2024
857date_format(date '2024-12-31', 'E MMMM dd, yyyy')Tue December 31, 2024
858date_format(date '2024-12-31', 'EEEE MMMM dd, yyyy')Tuesday December 31, 2024