Search code examples
jquery-uidatepickeramchartsamcharts4

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


Solution

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

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