asp.net C#在将它与now dateTime进行比较后,在Label中显示日期

时间:2015-05-30 09:13:08

标签: c# asp.net datetime label substring

<asp:Label ID="Label_Resaid_Date" runat="server" Text='<%# Eval("Resaier_Date" , "{0:d MMM HH:mm:ss}") %>'></asp:Label>

它显示这样的日期(5月30日11:21:21) 但我想要类似的东西 (来自数据库的DateTime) - (Client Now DateTime)=并显示结果 2M,2H,2d中 我的意思是像Facebook和Twitter Post Timing

0 个答案:

没有答案