clydejones
Programmer
Hi All,
I'm trying to make a date from the month and year of a parameter. Here is the formula:
datePart("m",{?fromDate})&"-01-"&datePart("yyyy",{?fromDate})
January 1, 2003 was entered for the fromDate parameter, I was expecting 01-01-2003. However, I got 1.00-01-2,300.00. If I try to cast it to a dateTime, I get "Bad date-time format string". Any suggestions>
Thanks In Advance,
Clyde
I'm trying to make a date from the month and year of a parameter. Here is the formula:
datePart("m",{?fromDate})&"-01-"&datePart("yyyy",{?fromDate})
January 1, 2003 was entered for the fromDate parameter, I was expecting 01-01-2003. However, I got 1.00-01-2,300.00. If I try to cast it to a dateTime, I get "Bad date-time format string". Any suggestions>
Thanks In Advance,
Clyde