예제 #1
0
 public static string DateTime(DateTime dt, DateTimeFormat format = DateTimeFormat.LongDateTime, AWMWebSession session = null)
 {
     return(dt.ToString());//todo implement
 }
예제 #2
0
 public static string Money(decimal amount, MoneyFormat format = MoneyFormat.WithCurrencySymbol, AWMWebSession session = null)
 {
     return(amount.ToString()); //todo Implement
 }