ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.54k stars 227 forks source link

Time format (AM/PM) displays NaN:NaN #618

Open Corbe30 opened 4 days ago

Corbe30 commented 4 days ago

Describe the bug The time, time 24h, date time, date time 24h formats are buggy. Converting to those types shows NaN:NaN in time.

To Reproduce Steps to reproduce the behavior:

  1. enter 16:45 in a cell
  2. convert cell to time format
  3. NaN:NaN displayed

Expected behavior Cell parsed correctly in time format.

Screenshots

image