StephenOTT / OttawaSIREScrape

Scrape using FMiner to scrape content from the City of Ottawa's SIRE platform (Council Voting and Minutes)
1 stars 0 forks source link

Date format for import of Meeting information #25

Open StephenOTT opened 11 years ago

StephenOTT commented 11 years ago

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.