Date and Time Options
|
These are your date settings and control how dates are displayed in the user side of WonderDesk.
<%ifnot help%>
Click Here for date format help.
<%endif%>
<%if help%>
You can change how the format of any dates displayed to the user using these
settings. Date formats can use the following:
%yyyy% |
four digit year as in 1999 |
%yy% |
two digit year as in 99 |
%mmmm% |
long month name as in January |
%mmm% |
short month name as in Jan |
%mm% |
numerical month name as in 01 |
%dddd% |
long day name as in Sunday |
%ddd% |
short day name as in Sun |
%dd% |
numerical date. |
%HH% |
numerical hours (24 hour time) |
%MM% |
numerical minutes. |
%ss% |
numerical seconds. |
Common formats include:
%yyyy%-%mm%-%dd% |
1999-12-25 |
%dd%-%mmm%-%yyyy% |
12-Dec-1999 |
%ddd% %mmm%
%dd% %yyyy% |
Sat Dec 12 1999 |
%yyyy%-%mm%-%dd% %HH%:%MM%:%ss% |
1999-03-25 21:32:02 |
<%endif%>
|
Database datetime format This should be the same as how datetimes are returned from your database server (date and time separated by a space).
|
|
date_db_format
|
User datetime format This should be how you want the user to see your datetimes. (date and time separated by a semicolon [;]).
|
|
date_user_format
|
User datetime long format. This should be how you want the user to see your datetimes on modify ticket page. (date and time separated by a semicolon [;]).
|
|
date_user_long_format
|
Date offset How many hours to offset the date from your web server to your local time.
|
|
date_offset
|
Short day names (comma separated list)
|
|
date_days_short
|
Long day names (comma separated list)
|
|
date_days_long
|
Short month names (comma separated list)
|
|
date_month_short
|
Long month names (comma separated list)
|
|
date_month_long
|