|
|
|
สอบถามเกี่ยวกับการแปลงรูปแบบของวันที่และเวลาในปัจจุบันเพื่อให้บันทึกใน database (MS SQL Server) ได้ครับ |
|
|
|
|
|
|
|
Code (VB.NET)
<%@ Page Language="VB" %>
<script runat="server">
Sub Page_Load(sender As Object, e As EventArgs)
Me.lblText1.Text = Format(Now,"dd/MM/yyyy ")
Me.lblText2.Text = Format(Now,"HH:mm:ss")
Me.lblText3.Text = Format(Now,"HH:mm")
End Sub
</script>
<html>
<head>
</head>
<body>
<form runat="server">
<asp:Label id="lblText1" runat="server"></asp:Label><br />
<asp:Label id="lblText2" runat="server"></asp:Label><br />
<asp:Label id="lblText3" runat="server"></asp:Label><br />
</form>
</body>
</html>
เปลี่ยน Format ได้ครับ
Go to : ASP.NET Format()
|
|
|
|
|
Date :
2011-08-02 20:25:40 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ขอบคุณครับพี่วิน ^^
|
|
|
|
|
Date :
2011-08-04 02:37:16 |
By :
golf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|