know the day from timestamp..

Started by jeromeover 23 years ago2 messagesgeneral
Jump to latest
#1jerome
jerome@gmanmi.tv

is there a function that will say the day (monday... sunday) in numeric...

input -- 2002-09-12 20:44:21+08 or just date -- 2002-09-12

will output thursday or 4 just like the date command for the shell..

TIA

#2Stephan Szabo
sszabo@megazone23.bigpanda.com
In reply to: jerome (#1)
Re: know the day from timestamp..

On Thu, 12 Sep 2002, jerome wrote:

is there a function that will say the day (monday... sunday) in numeric...

input -- 2002-09-12 20:44:21+08 or just date -- 2002-09-12

will output thursday or 4 just like the date command for the shell..

I believe EXTRACT(DOW from <timestamp>)
will give you a numeric day of week.