1 Jan
2012
1 Jan
'12
09:53
How can I get the various parts of a time object? I mean something like: > (time-hour (current-time)) 5 > (time-year (current-time)) 2012 Thanks, --Vijay