Hi,
I would like to use the datevalue function in the FormulaBuilder. But unfortunately no matter what dateformat I use, it displays #VALUE! in the cell.
Which date format does it use? I am using Infragistics 11.2
Thanks
Sangeetha
Hi Sangeetha,
I tried this out and it works fine for me. Just as a test, I used "3/4/12" just as an arbitrary date string and it shows up correctly in the grid.
It might be a problem with localization. I think the CalcManager expects the dates to be in the InvariantCulture. So it's always Month/Day/Year.
Thanks for your immediate reply Mike.
Is there anyway I can set the format to be the same as Regional settings format?