Data Form Date Field Formatting Demo

Edit this page to see 8 different examples of how you can set options to customize the datepicker with Data Form Date fields.

Each date field lists the options used to render the datepicker. View the source of the template page to see how the data form for this example was built.

Dates:

Date 1: (default) 19 Sep 2014 04:00
Date 2: DD, d MM yy 15 Sep 2004 04:00
Date 3: DD, d MM yy CE 17 Sep 2014 04:00
Date 4: d-m-y 12 May 2016 04:00
Date 5: mm/dd/yy 30 Sep 2014 05:00
Date 6: DD, d MM yy 25 Dec 2014 06:00
Date 7: d MM yy 25 Dec 2014 06:00
Date 8: (see altField Results below)
Date 9: (system default)

altField Results

Date-8 form_data: 1418360400
alt-date form_data: 12/11/2014
Date-10 form_data: 1398920400
alt-date-hidden form_data: 2014

Edit this Page

Datepicker Date Format Options Wikidot Date Format Options
The format can be combinations of the following: Use to display Data Form Datepicker date fields:
[[date %%form_data{datefield}%% format="%b %d, %Y"]]
d day of month (no leading zero) %a abbreviated weekday name (3 letters)
dd day of month (two digit) %A full weekday name
o day of the year (no leading zeros) %b abbreviated month name (3 letters)
oo day of the year (three digit) %B full month name
D day name short %c local date representation
DD day name long %d day of the month (01…31)
m month of year (no leading zero) %D is equivalent to "%m/%d/%y"
mm month of year (two digit) %e day of the month (1…9, 10…31)
M month name short %H hours (00…23)
MM month name long %I hours (00…12)
y year (two digit) %m month (01…12)
yy year (four digit) %M minutes (00…59)
@ Unix timestamp (ms since 01/01/1970) %O nn seconds/minutes/hours/days
! Windows ticks (100ns since 01/01/0001) %p AM/PM
'…' literal text %r is equivalent to "%I:%M:%S %p"
'' single quote %R is equivalent to "%H:%M"
    anything else literal text
    %S seconds (00…59)
    %T is equivalent to "%H:%M:%S"
    %y year (00…99)
    %Y year (1970…2999)
    %z
%Z
time zone

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License