A new version of the open-source HTML5 event calendar for JavaScript was released.
Built-in locales:
DayPilot.Date.toString() supports "ddd" (short day of week name) and "MMM" (short month name) pattern elements.
Example:
var now = new DayPilot.Date(); alert(now.toString("ddd MMM d, yyyy"));
Output:
Tu Apr 1, 2014
Online Demo:
You can download the full source code here:
Release Notes: