C
chad
Hi,
i have a textbox and i want to display the month-end
for example when my form load i want to get the exact month-end value
i use the "DateAdd("m",-1,Date())" my current date is "Feb 21, 2007" but i
got "Jan 21, 2007" this is good because i calculate the previous date by
month, but i want to get the output of "Jan 31, 2007".
can you please help me with this stuff?
thanks,
chad.
i have a textbox and i want to display the month-end
for example when my form load i want to get the exact month-end value
i use the "DateAdd("m",-1,Date())" my current date is "Feb 21, 2007" but i
got "Jan 21, 2007" this is good because i calculate the previous date by
month, but i want to get the output of "Jan 31, 2007".
can you please help me with this stuff?
thanks,
chad.