storing datetime in datatable with 12 hours format.
There is datetime field in datashape for storing dates in datatable. In datatable the datetime should be stored in 12 hours format without converting the datetime to string. How to do this ?
There is datetime field in datashape for storing dates in datatable. In datatable the datetime should be stored in 12 hours format without converting the datetime to string. How to do this ?
Hi
I think it is not possible to store DateTime value in 12 hours format but while displaying you can convert it to 12 hours format and display it
Something like this

Actual value stored in DataTable

You need to specify DateTime format in Grid Column Renderer configuration (if you are going to display in Grid)

/VR
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.