help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: weekday


From: David Bateman
Subject: Re: weekday
Date: Wed, 03 Jun 2009 21:58:48 +0200
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

claudio cortes wrote:
Greetings:

How to obtain the weekday (1-7) having the year,month and day of a certain date.
I probed with strftime but doesn't work
Thank's !


The "weekday" function does this and is in 3.0.x and later.. For example

[n,s] = weekday("3-Jun-2009")

returns 4 and Weds, which with Sunday=1 makes sense. The weekday function can take the date in any formqt supported by datevec called with a single qrgument. For example

[n,s] = weekday("06/03/09")

is the same as above

D.

--
David Bateman                                address@hidden
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]