以restService接受的格式转换日期

时间:2016-06-24 14:05:27

标签: angular date-format

我需要将日期转换为restService接受的日期 我从表单中收到日期2016-06-26,我想将其转换为调用restService。

restService接受格式2016-06-13T00:00:00+0200

我尝试了Date在javascript(toUTCString()toJson,...)中提出的所有格式,但没有任何效果。

1 个答案:

答案 0 :(得分:1)

你可以使用momentjs

moment.utc([yyyy, mm, dd]).format();

请参阅http://momentjs.com/docs/