You are not logged in.
On a MVC/MVVM Web application I have a TSQLRecord with a TDateTime record.
I need retrive the records of this table and send it to mustache template to fill a html form.
On html form I have 2 field, one field for date and one field for time, the use can edit these fields and then submit the new value to record them on database.
My problem TSQLRecord have a only proprerty TDateTime (for date and time) so I need split this before send it to mustache template.
How can I split the date and the time and add it to TSQLRecord before send it to mustache template?
Offline