我从角度选择DateTime选择器时得到了这个日期和时间 “ 2019年1月10日星期四00:00:00 GMT + 0400(海湾标准时间)” 我系统中的实际日期时间是2019年1月10日9.51
在asp.net api中接收数据时,我得到了这样的日期。 {09/01/2019 8:00:00 PM}
export interface sample{
vr_date: Date
}
`this.adapter.setLocale('en-GB');` // i use this to get date format in dd/mm/yyyy format
public class sample
{
public Nullable<System.DateTime> vr_date{ get; set; }
}
答案 0 :(得分:0)
在转换为JSON之前将日期转换为字符串。
使用-
WIDTH
然后通过JSON发送日期。