mIRC Home    About    Download    Register    News    Help

Print Thread
#177594 28/05/07 02:12 PM
Joined: May 2007
Posts: 12
J
johay Offline OP
Pikka bird
OP Offline
Pikka bird
J
Joined: May 2007
Posts: 12
Can anyone list all of the things i can use eg:

[HH:nn:ss]

Is there any links where it tells me everyone i can use, or is.
or if not, what would it be for like [HH:nn:ss]-(Day)

Last edited by johay; 28/05/07 02:14 PM.
johay #177596 28/05/07 02:35 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
The list is available in the mIRC help file under $asctime: /help $asctime

For your convenience:
Code:
Year		yy	99
		yyyy	1999
 
Month		m	1
		mm	01
		mmm	Jan
		mmmm	January
 
Day		d	1
		dd	01
		ddd	Mon
		dddd	Monday
  
Hours		h	5
		hh	05
		H	13
		HH	13
  
Minutes		n	1
		nn	01
 
Seconds		s	1
		ss	01
 
AM/PM		t	a/p
		tt	am/pm
		T	A/P
		TT	AM/PM
  
Ordinal		oo	st/nd/rd/th

Timezone	z	+0
		zz	+0000
		zzz	+0000 GMT

Joined: May 2007
Posts: 12
J
johay Offline OP
Pikka bird
OP Offline
Pikka bird
J
Joined: May 2007
Posts: 12
Ahhh, thanks laugh


Link Copied to Clipboard