Commit e105d57c authored by steurwadkar's avatar steurwadkar

Added MM/dd/yy date format.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102591 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c037fda8
...@@ -21,6 +21,12 @@ ...@@ -21,6 +21,12 @@
{ {
global_date_format = "dd-M-y"; global_date_format = "dd-M-y";
} }
//Added by Santosh on 22-07-16 [Start]
else if ( global_date_format == "MM/dd/yy" )
{
global_date_format = "mm/dd/y";
}
//Added by Santosh on 22-07-16 [End]
} }
// Added by parikshit kumbhar on 09/07/15 [to set date format] end // Added by parikshit kumbhar on 09/07/15 [to set date format] end
var currDate = new Date(); var currDate = new Date();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment