mogsdad / SheetConverter

Google Apps Script library - interprets Google Sheets Formats, converts to formatted text or html
49 stars 26 forks source link

Issue: PM hour value stays in 24hr format #3

Closed andrewdimech closed 4 years ago

andrewdimech commented 8 years ago

Description of issue

Logger.log(SheetConverter.convertCell(new Date('Sun Oct 25 2015 14:10:58 GMT+0200 (CEST)'), "h:mm am/pm")); // Bug: Returns 13:10 PM instead of 1:10 PM

Installed Library Version

Latest

Can you give an indication as to by when will you be able to fix the issue?

mogsdad commented 4 years ago

https://github.com/mogsdad/SheetConverter/pull/14