|
| | | |
Time Format |
|
|
StampInStone uses a date and time format adjusted to the users’ locale. However, you can customize the format using Terminal.app.
To set a custom Time format:
1. Open the Terminal application.
2. Type:
defaults write com.stone.StampInStone TimeFormat “time string”
where time string is replaced by a string including date and time format specifiers (see Date and Time Format Specifiers for a list).
For example:
defaults write com.stone.StampInStone TimeFormat "%b %e, %Y: %H:%M"
will result in a Time stamp like “Mar 11, 2002: 14:44”
3. Restart StampInStone to force it to read the new setting.
To remove a custom Time format, type
defaults write com.stone.StampInStone TimeFormat |
|