Hassan Raza
Hassan Raza

Reputation: 679

Unable to change date format To and From DateRange Amcharts

I am trying to change the date format of DateRange To and From Date I tried a lot but looks like I am missing something or amcharts not providing that kind of format.

Current Format

YYYY-MM-DD

Required Format

DD-MM-YYYY

JS Fiddle https://jsfiddle.net/hassanuos/Lmcphu4f/61/

enter image description here

Upvotes: 1

Views: 77

Answers (1)

sbgib
sbgib

Reputation: 5838

It is possible to specify a format for these inputs: https://jsfiddle.net/1ox7zyde/

selector.inputDateFormat = "dd-MM-yyyy";

Upvotes: 1

Related Questions