var 





















MONTH_NAMES;
var MONTH_NAMES_SHORT;
var MONTH_NAMES_SHORT_UPPERCASE;
var MONTH_NAMES_UPPERCASE;
var ORDINAL_SUFFIXES;
var WEEKDAY_NAMES;
var WEEKDAY_NAMES_SHORT;
var WEEKDAY_NAMES_UPPERCASE;

var DateStrings={





getWeekdayName:function(weekday){
if(!WEEKDAY_NAMES){
WEEKDAY_NAMES = [require('fbt')._('__FBT__{"type":"text","texts":["Sunday"],"desc":"Non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Monday"],"desc":"Non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Tuesday"],"desc":"Non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Wednesday"],"desc":"Non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Thursday"],"desc":"Non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Friday"],"desc":"Non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Saturday"],"desc":"Non-abbreviated day of the week","project":""}__FBT__')];}










return WEEKDAY_NAMES[weekday];},






getUppercaseWeekdayName:function(weekday){
if(!WEEKDAY_NAMES_UPPERCASE){
WEEKDAY_NAMES_UPPERCASE = [require('fbt')._('__FBT__{"type":"text","texts":["SUNDAY"],"desc":"Uppercase non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["MONDAY"],"desc":"Uppercase non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["TUESDAY"],"desc":"Uppercase non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["WEDNESDAY"],"desc":"Uppercase non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["THURSDAY"],"desc":"Uppercase non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["FRIDAY"],"desc":"Uppercase non-abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["SATURDAY"],"desc":"Uppercase non-abbreviated day of the week","project":""}__FBT__')];}










return WEEKDAY_NAMES_UPPERCASE[weekday];},






getWeekdayNameShort:function(weekday){
if(!WEEKDAY_NAMES_SHORT){
WEEKDAY_NAMES_SHORT = [require('fbt')._('__FBT__{"type":"text","texts":["Sun"],"desc":"Abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Mon"],"desc":"Abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Tue"],"desc":"Abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Wed"],"desc":"Abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Thu"],"desc":"Abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Fri"],"desc":"Abbreviated day of the week","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Sat"],"desc":"Abbreviated day of the week","project":""}__FBT__')];}










return WEEKDAY_NAMES_SHORT[weekday];},






getMonthName:function(month){
if(!MONTH_NAMES){
MONTH_NAMES = [require('fbt')._('__FBT__{"type":"text","texts":["January"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["February"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["March"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["April"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["May"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["June"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["July"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["August"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["September"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["October"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["November"],"desc":"Non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["December"],"desc":"Non-abbreviated month name","project":""}__FBT__')];}















return MONTH_NAMES[month - 1];},






getUppercaseMonthName:function(month){
if(!MONTH_NAMES_UPPERCASE){
MONTH_NAMES_UPPERCASE = [require('fbt')._('__FBT__{"type":"text","texts":["JANUARY"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["FEBRUARY"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["MARCH"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["APRIL"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["MAY"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["JUNE"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["JULY"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["AUGUST"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["SEPTEMBER"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["OCTOBER"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["NOVEMBER"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["DECEMBER"],"desc":"Uppercase non-abbreviated month name","project":""}__FBT__')];}















return MONTH_NAMES_UPPERCASE[month - 1];},






getMonthNameShort:function(month){
if(!MONTH_NAMES_SHORT){
MONTH_NAMES_SHORT = [require('fbt')._('__FBT__{"type":"text","texts":["Jan"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Feb"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Mar"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Apr"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["May"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Jun"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Jul"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Aug"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Sep"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Oct"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Nov"],"desc":"Abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["Dec"],"desc":"Abbreviated month name","project":""}__FBT__')];}















return MONTH_NAMES_SHORT[month - 1];},






getUppercaseMonthNameShort:function(month){
if(!MONTH_NAMES_SHORT_UPPERCASE){
MONTH_NAMES_SHORT_UPPERCASE = [require('fbt')._('__FBT__{"type":"text","texts":["JAN"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["FEB"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["MAR"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["APR"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["MAY"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["JUN"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["JUL"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["AUG"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["SEP"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["OCT"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["NOV"],"desc":"Uppercase abbreviated month name","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["DEC"],"desc":"Uppercase abbreviated month name","project":""}__FBT__')];}















return MONTH_NAMES_SHORT_UPPERCASE[month - 1];},





getOrdinalSuffix:function(day){
if(!ORDINAL_SUFFIXES){
ORDINAL_SUFFIXES = [
'',require('fbt')._('__FBT__{"type":"text","texts":["st"],"desc":"Suffix for day number 1 in month (1st)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["nd"],"desc":"Suffix for day number 2 in month (2nd)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["rd"],"desc":"Suffix for day number 3 in month (3rd)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 4 in month (4th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 5 in month (5th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 6 in month (6th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 7 in month (7th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 8 in month (8th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 9 in month (9th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 10 in month (10th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 11 in month (11th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 12 in month (12th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 13 in month (13th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 14 in month (14th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 15 in month (15th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 16 in month (16th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 17 in month (17th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 18 in month (18th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 19 in month (19th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 20 in month (20th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["st"],"desc":"Suffix for day number 21 in month (21st)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["nd"],"desc":"Suffix for day number 22 in month (22nd)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["rd"],"desc":"Suffix for day number 23 in month (23rd)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 24 in month (24th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 25 in month (25th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 26 in month (26th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 27 in month (27th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 28 in month (28th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 29 in month (29th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["th"],"desc":"Suffix for day number 30 in month (30th)","project":""}__FBT__'),require('fbt')._('__FBT__{"type":"text","texts":["st"],"desc":"Suffix for day number 31 in month (31st)","project":""}__FBT__')];}


































return ORDINAL_SUFFIXES[day];},


getDayLabel:function(){
return require('fbt')._('__FBT__{"type":"text","texts":["Day:"],"desc":"Label for day select.","project":""}__FBT__');},


getMonthLabel:function(){
return require('fbt')._('__FBT__{"type":"text","texts":["Month:"],"desc":"Label for month select.","project":""}__FBT__');},


getYearLabel:function(){
return require('fbt')._('__FBT__{"type":"text","texts":["Year:"],"desc":"Label for year select.","project":""}__FBT__');},


getDayPlaceholder:function(){
return require('fbt')._('__FBT__{"type":"text","texts":["dd"],"desc":"placeholder for 2-digit date, as in \\"dd/mm/yyyy\\"","project":""}__FBT__');},


getMonthPlaceholder:function(){
return require('fbt')._('__FBT__{"type":"text","texts":["mm"],"desc":"placeholder for 2-digit month, as in \\"dd/mm/yyyy\\"","project":""}__FBT__');},


getYearPlaceholder:function(){
return require('fbt')._('__FBT__{"type":"text","texts":["yyyy"],"desc":"placeholder for 4-digit year, as in \\"dd/mm/yyyy\\"","project":""}__FBT__');},





get12HourClockSuffix:function(dateHours){
if(dateHours < 12){
return require('fbt')._('__FBT__{"type":"text","texts":["am"],"desc":"Lower-case suffix for times before noon","project":""}__FBT__');}

return require('fbt')._('__FBT__{"type":"text","texts":["pm"],"desc":"Lower-case suffix for times after noon","project":""}__FBT__');},





getUppercase12HourClockSuffix:function(dateHours){
if(dateHours < 12){
return require('fbt')._('__FBT__{"type":"text","texts":["AM"],"desc":"Upper-case suffix for times before noon","project":""}__FBT__');}

return require('fbt')._('__FBT__{"type":"text","texts":["PM"],"desc":"Upper-case suffix for times after noon","project":""}__FBT__');}};




module.exports = DateStrings;