gristlabs_grist-core/app
Dmitry S e361a9fd94 (core) Fix a few issues with parsing of dates in DateEditor.
Summary:
- With a format like "DD-MM-YYYY" or "DD MMM YYYY", allow parsing dates
  with two digit year or numeric month (like "16-8-21").
- Interpret two-digit years in the same way for moment parsing and for
  bootstrap-datepicker.
- For partial inputs (like "8/16"), when a format is present, assume that
  provided parts cover the date, then month, then year (even for a format that
  starts with year).

Test Plan: Expanded a unittest

Reviewers: alexmojaki

Reviewed By: alexmojaki

Subscribers: alexmojaki

Differential Revision: https://phab.getgrist.com/D2985
2021-08-20 14:54:41 -04:00
..
client (core) Fix a few issues with parsing of dates in DateEditor. 2021-08-20 14:54:41 -04:00
common (core) Fix a few issues with parsing of dates in DateEditor. 2021-08-20 14:54:41 -04:00
gen-server (core) clean up a collection of small problems affecting grist-core 2021-08-17 21:44:50 -04:00
plugin (core) Adding import from google drive to the home screen 2021-08-05 20:46:11 +02:00
server (core) Log the time taken by decodeActionFromRow() operations. 2021-08-20 11:28:33 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00