Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
xyco45 #1
Getting the day of the month
I think it is kind of odd that the "day" property in the Date class will only
return the day of the week and not the day of the month... How would you go
about getting the day of the month selected lets just from a DateField entry...
so lets just say some one does something like this
var date:Date = DateFieldEntry.selectedDate;
trace(date.day.toString());
It give me back the day of that particular week in the month... but I really
don't have any use for that... I need the day of the month! How would I go
about getting that?
xyco45 Guest
-
Get last day of month
Hi, Is there a way to get the last day of each month using CFMX7 pls? E.g. I want to obtain the last day of each month, 30th June 2005... -
to convert a month to previous month
How to convert a month to previous month in a very easy way? For example, I have AUGUST, but I want JULY to return. Thanks. *** Sent via... -
LAST DAY OF MONTH
How can I get the last day for the current month? -
[PHP] LAST DAY OF MONTH
wow. I missed that one in the manual. I guess it's time for me to call it a night. Thanks. -----Original Message----- From: Sn!per Sent:... -
Month(x) vs Between(x and y)
With few exceptions, if a column is in an expression in a search condition, no index on that column will be useable by the query processor. In... -
-
xyco45 #3
Re: Getting the day of the month
yeah... I know the "date" property returns a numeric value of the current
month, day and year... but I was hoping there was a property of some sort that
I could just use instead of having to parse the numeric value returned for what
I want..
xyco45 Guest
-
jylaxx #4
Re: Getting the day of the month
not sure to understand you...
property Date.date or Date.getDate return the day of the month and that's all !!
It is not what you want ??????????
jylaxx Guest



Reply With Quote

