can't display date properties
See original GitHub issueGriddle version
Version 1.1.0
Expected Behavior
cell that contains a property with Date-type should display property
Actual Behavior
the cell is empty, also if you specify customComponent value
is an empty Map object instead of the date,.
Steps to reproduce
<Griddle
date={[
{ foo: "row1", date: new Date() },
{ foo: "row2", date: new Date() },
]}
/>
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to Fix Excel Dates That Won't Change Format - Contextures
Select cells with fixed dates, and go to the Home tab on the Excel Ribbon · Click the dialog launcher, at the bottom...
Read more >Change the date system, format, or two-digit year interpretation
Under Clock, Language and Region, click Change date, time, or number formats. In the Region dialog box, click Additional settings. Click the Date...
Read more >Excel Date Format Won't Change - YouTube
Download the featured file: https://www.bluepecantraining.com/excel- date - format - wont -change-i- cant -change-excel- date - format /In this video I ...
Read more >Entity Date property: Cannot format given Object as a Date
Using the following code I receive the Cannot format given Object as a Date exception: Format df = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss"); ...
Read more >6 Ways to Fix Dates Formatted as Text in Excel
It can't handle any old text string that happens to look like a number ... Step 3 of the Wizard: Choose 'Date' from...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks a ton!
you are awesome. Works like a charm ❤️