How to retrieve Milliseconds from a Glide Date Time field in a client script?
Hello,In the table incident, I have a field named "u_my_date" of glide_date_time type. But from the client script, each time I use g_form.getValue('u_my_date') it just return a string (i guess).Could someone please tell me how I could retrieve the ti...