Changeset 6 for trunk/Packages/Common
- Timestamp:
- Apr 13, 2026, 2:01:36 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/Packages/Common/XML.pas (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/XML.pas
r5 r6 23 23 procedure ReadXMLFileParser(out Doc: TXMLDocument; FileName: string); 24 24 25 26 implementation27 28 25 var 29 26 XmlFormatSettings: TFormatSettings = ( … … 37 34 ListSeparator: ','; 38 35 CurrencyString: '$'; 39 ShortDateFormat: ' d/m/y';36 ShortDateFormat: 'yyyy-mm-dd'; 40 37 LongDateFormat: 'dd" "mmmm" "yyyy'; 41 38 TimeAMString: 'AM'; … … 51 48 TwoDigitYearCenturyWindow: 50; 52 49 ); 50 51 52 implementation 53 53 54 54 function ReadDouble(Node: TDOMNode; Name: string; DefaultValue: Double): Double;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/edc-stats/chrome/site/your_project_logo.png)