Open StephenOTT opened 11 years ago
using PHP date format: Y-M-d - g:i A
Y-M-d - g:i A
This outputs as: 2012-Jun-18 - 9:30 AM
Using this format as it is the simplest to combine the Date field and the Time field into its proper Date-Time Field in Drupal.
Input and output format can be changed easily at any time.
using PHP date format:
Y-M-d - g:i A
This outputs as: 2012-Jun-18 - 9:30 AM
Using this format as it is the simplest to combine the Date field and the Time field into its proper Date-Time Field in Drupal.
Input and output format can be changed easily at any time.