concatenation - concatenating datetime values change to default format ... how to keep original format ... google apps script -


i combining 2 values using va[i][4] + '\n' + na[j][4]. both va[i][4] , na[j][4] datetime values format yyyy-mm-dd' 'hh:mm:ss. when concatenate them, datetime formats change default format "mon sep 10 2017 12:30:20 gmt-0400 (edt)". how concat 2 values while maintaining datetime yyyy-mm-dd' 'hh:mm:ss format?


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -