StructureJS
0.15.2A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.
A helper class that deals with dates.
LONG_DAY_LABELS
Array=['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
public
final
static
A list of day names.
DateUtil.LONG_DAY_LABELS[1];
// 'Monday'
LONG_MONTH_LABELS
Array=['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
public
final
static
A list of month names.
DateUtil.LONG_MONTH_LABELS[1];
// 'February'
SHORT_DAY_LABELS
Array=['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
public
final
static
A list of short day names
DateUtil.SHORT_DAY_LABELS[1];
// 'Mon'
SHORT_MONTH_LABELS
Array=['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
public
final
A list of short month names.
DateUtil.SHORT_MONTH_LABELS[1];
// 'Feb'