ø
描述:封裝了對一些對日期常見的操作方法。 ø
類id:
dateutils ø
方法:
方法名
描述
gettoday( )
得到當前日期字串
on entry:
on exit:
return
當前日期
按"yyyy-mm-dd"
格式獲取
format(date)
將日期型轉換為字元型
.轉換後的日期格式為
yyyy-mm-dd
on entry:
date:如
: tue jan 01 00:09:00 cst 2002
on exit:
returnstring
返回字元型日期
gettime()
獲得當前時間
.顯示格式如:
2008-07-18 10:21:41
on entry:
on exit:
returnstring
返回當前時間字串
gettimenoseparate( )
獲得當前時間
.顯示格式如:20080826102109一般用於作為新建資料夾或者檔名的一部分
on entry:
on exit:
returnstring
返回當前時間字串
getnow()
得到當前日期
,格式如:20080825
on entry:
on exit:
returnstring
返回當前日期字串
format(string)
將字串轉換成
date
型如:2008-08-25 to wed aug 24 00:00:00 cst 2005
on entry:
on exit:
return date返回
date
型日期.
ø**:
public
class
dateutils
public
static
dateutils getinstance()
public
string format(date date)
private
string format(date date, string format)
private
date parse(string date, string format)
throws
parseexception
public
string gettoday()
public
string gettime()
public
string gettimenoseparate()
public
string getnow()
public
date format(string str)
catch
(exception ex)
return
result;
}private
static
final
dateutils dateutils
=new
dateutils();}
XmlDatasetConvert類提供的四種方法
xmldatasetconvert 該類提供了四種方法 1 將xml物件內容字串轉換為dataset 2 將xml檔案轉換為dataset 3 將dataset轉換為xml物件字串 4 將dataset轉換為xml檔案 xmldatasetconvert.cs using system using ...
工具類 HexUtil 工具類
hexutil 源 如下 十六進製制處理工具類 public class hexutil param hex 需要轉換的16進製制字串 return 以位元組陣列返回轉換後的結果 public static byte hexstringtobyte string hex return result ...
工具類 BcdUtil 工具類
bcdutil 源 如下所示 public class bcdutil return true 功能描述 對給定的資料進行bcd轉換,如果長度為奇數,則在最前端補零 param val 待轉換資料,需滿足canbebcd return 以位元組陣列的形式返回壓縮後的內容 public static ...