date on the monitors

Forum for questions and support relating to the 1.24.x releases only.
Locked
arielf
Posts: 83
Joined: Thu May 14, 2009 1:24 pm
Location: Argentina

date on the monitors

Post by arielf »

list, as I do to make me write the date on the monitors in this way

d/m/yyyy --- 23/09/2009

because now I write 23/09/09

thanks
sezamnet
Posts: 20
Joined: Mon Sep 21, 2009 11:20 am
Location: Poland

Monitor Setings

Post by sezamnet »

Monitor Setings/ Timestamp /
:arrow: Timestamp Label Format

Code: Select all

%N - %d/%m/%Y %H:%M:%S

[quote]%n - Insert a new line.
%w - Day of week (Sunday = 0).
%y - Last two digits of year (00-99).
%Y – Year (0000-9999)
%B - Full month name.
%H - Hour in 24-hour format (00-23).
%I - Hour in 12-hour format (01-12).
%M - Minutes (00-59).
%S - Seconds (00-59).
%U - Week number in year (00-53); start week on Sunday.
%V - Week number in year (01-52); start week on Monday.

more in google.com keyword “ unix format dateâ€
Locked