I want to express group date in timeline like 'yyyy-mm-dd'


Is there any way??

Hey @honoru , you could format the date using the built in Moment.js library. You could do something like moment("your_date_here").format("YYYY-MM-DD")

You can read more info about formatting dates using Moment in their docs here. Hope this helps!

Thanks for the reply @cperea . Where should I put the moment? What I want is a screen like this.


Hey @honoru

Unfortunately, it doesn't look like this is currently possible with the timeline component :confused: I'm moving this thread into feature requests so that other users can chime in if it's something they'd like to see!

@Kabirdas Thanks for the reply. Please request a feature.