Changeset 581 for trunk/Cocoa/Pester/Source/NJRDateFormatter.m
- Timestamp:
- 09/20/09 04:53:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/NJRDateFormatter.m
r577 r581 38 38 } 39 39 40 static constNSDateFormatterStyle formatterStyles[] = {40 static NSDateFormatterStyle formatterStyles[] = { 41 41 NSDateFormatterShortStyle, 42 42 NSDateFormatterMediumStyle, … … 48 48 // note: these formats must be 0-padded where appropriate and contain no spaces 49 49 // or attempts to force them into strict interpretation will fail 50 static constNSString *timeFormats[] = {50 static NSString *timeFormats[] = { 51 51 @"hha", 52 52 @"HHmmss", … … 73 73 } else if (minorVersion == 5) { 74 74 libName = @"libParseDate-10.5"; 75 } else if (minorVersion == 6) { 76 libName = @"libParseDate-10.6"; 75 77 } else { 76 78 return;
Note:
See TracChangeset
for help on using the changeset viewer.