Skip to content

Instantly share code, notes, and snippets.

View Lythimus's full-sized avatar

Joseph Coco Lythimus

  • Vanderbilt Medical Center
  • Destrehan, LA
View GitHub Profile
@Lythimus
Lythimus / ap_style_date_range.php
Created March 28, 2012 18:59
Prints a date or date range in AP style. The dates/times should be in ISO format or similar format. There are also flags to force the year to be printed in addition to an option to consider a date with midnight as the time as though it has no time.
<?php
/*
* Author: Joseph Coco
* Version: 1.0
* This function resolves the date display issues. It prints a date or date range in AP style.
* The dates/times should be in ISO format or similar format. There are also flags to force
* the year to be printed in addition to an option to consider a date with midnight as the time
* as though it is an all day event.
*