是否有任何现有的函数/库可以将日期和时间格式从moment.js转换为C#
我将从moment.js接收日期和时间格式(只有格式,没有日期和时间值),并需要在C#中显示它。
例如:
YYYY-MM-DD h:mm A
//this is the format received from moment.js
然后,如果我在C#中有一个DateTime,我需要将它显示为
2018-06-14 2:30 PM
//this is equivalent with YYYY-MM-dd h:mm tt
我需要这样的东西:
string ConvertToCustomDateTimeFormat(stri