Interchange Developer Resource
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date ][Interchange by thread ]

[ic] how to get current year,month,day?



> 
> how to get current year,month,day? thx
> 
Year:      [time]%Y[/time]
Month:     [time]%m[/time] (01 through 12)
Day:       [time]%d[/time] (01 through 31)
Full date: [time]%d %B %Y[/time] (using month name rather than number)

Type "man strftime" for more date/time formatting directives.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin@cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


Search for: Sort by: