31
Views
3
Comments
Solved
Date Time to Date Line Chart
Question

i want to change Date Time format to Date like in the screenshot but idk where i need to change






Screenshot 2024-02-04 084832.png
Screenshot 2024-02-04 084813.png
Screenshot 2024-02-04 084803.png
Screenshot 2024-02-04 084755.png
Screenshot 2024-02-04 084730.png
2024-08-22 11-39-17
Pedro Sousa
Solution

Hello @Fatir Zaidan Putra ,


In the action DataPoint_Init input value, convert the datetime to date using the built in function 

DateTimeToDate(). 

Additionally you can also change the format of the date using built-in function 

FormatDateTime().


Hope this answers your question.

UserImage.jpg
Fatir Zaidan Putra

Hi @Pedro Sousa ,

Thank you for your answer, Now it's fixed now thank you so much for your solution i appreciate it.


Regards.

Screenshot 2024-02-05 190441.png
UserImage.jpg
Fatir Zaidan Putra

more screenshots so you guys not confussed about my question :)

Screenshot 2024-02-04 084708.png
Screenshot 2024-02-04 084718.png
Screenshot 2024-02-04 084613.png
2024-08-22 11-39-17
Pedro Sousa
Solution

Hello @Fatir Zaidan Putra ,


In the action DataPoint_Init input value, convert the datetime to date using the built in function 

DateTimeToDate(). 

Additionally you can also change the format of the date using built-in function 

FormatDateTime().


Hope this answers your question.

UserImage.jpg
Fatir Zaidan Putra

Hi @Pedro Sousa ,

Thank you for your answer, Now it's fixed now thank you so much for your solution i appreciate it.


Regards.

Screenshot 2024-02-05 190441.png
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.