Skip to content
Nicholas K. Dionysopoulos edited this page Mar 20, 2015 · 1 revision

Calendar Field

This will display a calendar/date field.

You can set the following attributes:

  • format Date/time format in Javascript –not PHP– format (default: %Y-%m-%d)

  • filter can be one the following:

    • SERVER_UTC convert a date to UTC based on the server timezone

    • USER_UTC convert a date to UTC based on the user timezone

  • size Size of the field in number of characters

  • maxlength Maximum accepted input length in characters

  • readonly Set to 1 to make the field read only

  • disabled Set to 1 to disable (gray out) the field

Clone this wiki locally