2003-12-17 04:43:51 +00:00
|
|
|
// ***************************************************************************
|
|
|
|
// *
|
2004-05-19 20:18:43 +00:00
|
|
|
// * Copyright (C) 2001-2004, International Business Machines
|
2003-12-17 04:43:51 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
|
|
|
// ***************************************************************************
|
|
|
|
|
|
|
|
pa_IN {
|
|
|
|
Version { "1.0" }
|
2004-05-18 02:47:52 +00:00
|
|
|
|
2003-12-17 04:43:51 +00:00
|
|
|
NumberPatterns {
|
|
|
|
"##,##,##0.###;-##,##,##0.###",
|
|
|
|
"\u00A4##,##,##0.00;-\u00A4##,##,##0.00",
|
|
|
|
"##,##,##0%",
|
|
|
|
"#E0",
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
calendar{
|
|
|
|
gregorian{
|
|
|
|
DateTimePatterns{
|
|
|
|
"hh:mm:ss a z",
|
|
|
|
"hh:mm:ss a z",
|
|
|
|
"hh:mm:ss a",
|
|
|
|
"hh:mm a",
|
|
|
|
"EEEE d MMMM yyyy",
|
|
|
|
"d MMMM yyyy",
|
|
|
|
"dd-MM-yyyy",
|
|
|
|
"d-M-yy",
|
|
|
|
"{1} {0}"
|
|
|
|
}
|
2004-08-17 19:54:07 +00:00
|
|
|
weekend:intvector { // Sunday
|
|
|
|
1, 0, // onset dow, millis in day (Sunday 12:00am)
|
|
|
|
2, 0 // cease dow, millis in day (Monday 12:00am)
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|