The way it posts is controlled here in the script call on your presentational page (from the demo page's step2, highlight red):
Code:
<script>DateInput('orderdate', true, 'DD-MON-YYYY')</script>
You can configure to post in many ways (also from the demo page, under additional information):
YYYYMMDD
YYYY-MM-DD *
YYYY-DD-MM *
YYYY/MM/DD *
YYYY/DD/MM *
YYYY-DD-MON * **
YYYY-MON-DD * **
MM-DD-YYYY *
DD-MM-YYYY *
MM/DD/YYYY *
DD/MM/YYYY *
DD-MON-YYYY * **
MON-DD-YYYY * **
* 2-digit year can be used instead of 4-digit year
** 3-character month name abbreviation can also be specified as MMM.
Bookmarks