Install Date: Add an option to use 24h or 12h in time format
This commit is contained in:
parent
6ee92d42d4
commit
8f220d8729
3 changed files with 26 additions and 4 deletions
|
|
@ -324,6 +324,17 @@ song_shorthand="off"
|
|||
# off: 'Thu 14 Apr 2016'
|
||||
install_time="on"
|
||||
|
||||
# Set time format in the output
|
||||
#
|
||||
# Default: '24h'
|
||||
# Values: '12h', '24h'
|
||||
# Flag: --install_time_format
|
||||
#
|
||||
# Example:
|
||||
# 12h: 'Thu 14 Apr 2016 11:50 PM'
|
||||
# 24h: 'Thu 14 Apr 2016 23:50'
|
||||
install_time_format="24h"
|
||||
|
||||
|
||||
# Text Colors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue