C 時間格式轉化

2021-09-05 21:09:40 字數 1070 閱讀 3845

今天在使用repeater的時候,需要把時間變成短格式,忘了以前使用什麼方法,臨時寫了乙個,記錄一下。

using

system;

using

system.data;

using

system.configuration;

using

system.web;

using

system.web.security;

using

system.web.ui;

using

system.web.ui.webcontrols;

using

system.web.ui.webcontrols.webparts;

using

system.web.ui.htmlcontrols;

//////

convertdatetime 的摘要說明

///

namespace

yd.common

//////

建構函式

///

public

convertdatetime()}}

前台呼叫:

<

asp:repeater 

id="rptnews"

runat

="server"

>

<

itemtemplate

>

<

tr>

<

td class

="m_2_1_3_1"

>

<%

#eval("

title") 

%>

td>

<

td>

<%

#yd.common.convertdatetime.getdate(

eval("

ttime

")) 

%>

td>

tr>

itemtemplate

>

asp:repeater

>

js 時間格式轉化

function w 通用元素物件 var dout null,dcontent null w.ginit function 清空輸出內容 w.outclean function 輸出內容 w.outset function s 輸出行內容 w.outline function s 格式化時長字串,...

python GMT時間格式轉化

1 datetime型別轉換成gmt時間格式的字串 如 thu,19 feb 2009 16 00 07 gmt strftime 官方釋義 new string from datetime import datetime gmt format a,d b y h m s gmt 0800 cst ...

python GMT時間格式轉化

1 datetime型別轉換成gmt時間格式的字串 如 thu,19 feb 2009 16 00 07 gmt from datetime import datetime gmt format a,d b y h m s gmt 0800 cst print datetime.utcnow str...