Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
Please can someone help me with the below issue.
I want to set a calender object to a default date which should be the starting day of the upcoming month.How can I do this???
eg presently the default date should be 1/6/2014,after that 1/7/2014 and so on....
You may use the expression MonthStart(AddMonths(Today(),1))
You have to take care of your date formatting.
You may use the expression MonthStart(AddMonths(Today(),1))
You have to take care of your date formatting.
thanks
Hi,
I have defauted the date in the calender object as said abouve to the forst day of the next monthbut my other list of dates that were shown in the selection list of this objects are not coming.o wto keep a default date as well as the other list of dates as well so that in case user wants to set the default date he should be able to change the same.
Please help.