I have a Calculated Model in the Google App Maker project. Where the date field is set as follows.
calculatedModelRecord.PullDate = new Date('December 17, 1995 03:24:00');
However when I display this calculated model in a Table or a Table Chart, only the Date part is displayed. The Time is missing. See screenshot below:
How do I make the Table/Table to display the Time as well?