Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a field named Date inside qvw script and the dates are loaded from a excel sheet,where the format is not specified and i cannot edit in the script also.Now when i try visualising the dates data in a listbox,it is displayed in MM-DD-YYYY,and i want in MMM-YY.But when i give format in number section and also tried using date() function.After giving format here,it is listed wrongly.
01-02-2021 is shown as Jan-02.(its actually feb-21)
How can we sort it properly
2.Will calendar object work if it inherits a state?