The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Tutorial:Change or customize date and time formats"
(Added Category:Tutorials.) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Tutorial == |
== Tutorial == |
||
− | They are saved in a plist file in |
+ | They are saved in a plist file in <code>/private/var/mobile/Library/Caches/DateFormats.plist</code> |
Copy this file to your PC or MAC, edit the formats in the file and copy back :-) |
Copy this file to your PC or MAC, edit the formats in the file and copy back :-) |
||
Line 13: | Line 13: | ||
{{stub}} |
{{stub}} |
||
+ | |||
+ | [[Category:Tutorials]] |
Latest revision as of 19:42, 30 March 2017
Tutorial
They are saved in a plist file in /private/var/mobile/Library/Caches/DateFormats.plist
Copy this file to your PC or MAC, edit the formats in the file and copy back :-)
Unfortunately the file is in the binary plist format, so you may need to use a utility such as plutil to convert it to text, edit and then convert back to binary.
You can also change the way the calendar is displayed by changing the locale property in the same file.
PList Tools
- A perl based version of plutil. This is a dos file so for use on Linux you have to first convert it to *nix format.
- Notepad++ is a good tool for Windows
This article is a "stub", an incomplete page. Please add more content to this article and remove this tag. |