gkarl
07-03-2007, 11:09 PM
Changing column date format form m/d/y to d/m/y
I have as notes view column that I wish to display the date on the web as d/m/y and not as the US date format of m/d/y.
I have modified the UIView.js file changed any occurrence of
d.dateFormat("m/d/Y") : ''; to d.dateFormat("d/m/Y") : '';
Is this the only place where I need to define the column date format within the domino Ext framework?
I have as notes view column that I wish to display the date on the web as d/m/y and not as the US date format of m/d/y.
I have modified the UIView.js file changed any occurrence of
d.dateFormat("m/d/Y") : ''; to d.dateFormat("d/m/Y") : '';
Is this the only place where I need to define the column date format within the domino Ext framework?