Todo List
Gives access to translations for date and time.
This code is based on WP_Locale found in Wordpress.
Located in /modules/module_lang.php [line 257]
Properties
Methods
px_Locale px_Locale( )
void getMeridiem( $meridiem )
void getMonth( $month_number )
void getMonthAbbrev( $month_name )
void getMonthInitial( $month_name )
void getNumber( $number )
void getOrdinal( $number )
void getWeekday( $weekday_number )
void getWeekdayAbbrev( $weekday_name )
void getWeekdayInitial( $weekday_name )
void init( )
void __call( $name, $args )