Convert string to date add days and convert back to string format dd/MM/yyyy

前端 未结 0 1856
谎友^
谎友^ 2021-01-22 02:08

Convert string date to Date format

let inicio = $(\'#txt_finicio\').val();
var f1 = inicio.match(/\\d+/g);
var date1 = new Date(f1[2],f1[1]-1,f1[0]);
console.log(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题