There is some way that I can format a date inside of a string in js?
like the following string:
"DataEmissao >= 2021-07-01 and DataEmissao < 2021-07-20 and DataVencimento >= 2021-07-01"
I want to format the date from 2021-07-01 to 01/07/2021
Is it possible to do it?