Programatorul de la A la ZI Programatorul de la A la ZI V1.2 Beta - In curand se va face lansare.
 
 
 Efortul constant si determinat este cel care inlatura toate obstacolele si elimina orice rezistenta.Claude M. Bristol 
 
 
Format - Cod Sursa
Descriere

							

Cod     

<% 
dim num, datetime
num = 1741534.542058484
datetime = Now()%>

Short Time: <% = Format( datetime, "Short Time" ) %> 03:30
Long Time: <% = Format( datetime, "Long Time" ) %> 3:30:09 AM
Short Date: <% = Format( datetime, "Short Date" ) %> 5/7/2007
Long Date: <% = Format( datetime, "Long Date" ) %> Monday, May 07, 2007
General Date: <% = Format( datetime, "General Date" ) %> 5/7/2007 3:30:09 AM
General Number: <% = Format( num, "General Number" ) %> 1741534.54205848
Currency: <% = Format( num, "Currency" ) %> $1,741,534.54
Fixed: <% = Format( num, "Fixed" ) %> 1741534.54
Standard: <% = Format( num, "Standard" ) %> 1,741,534.54
Percent: <% = Format( num, "Percent" ) %> 174,153,454.21%
Yes/No: <% = Format( num, "Yes/No" ) %> Yes
True/False: <% = Format( num, "True/False" ) %> True
On/Off: <% = Format( num, "On/Off" ) %> On

V1.2 Beta - In curand se va face lansare.

Copyright 2007 © . Toate drepturile rezervate .