/**
* 判斷當前日期是星期幾
* * @param ptime 設定的需要判斷的時間 //格式如2012-09-08
* * @return dayforweek 判斷結果
* @exception 發生異常
*/// string ptime = "2012-03-12";
private string getweek(string ptime) catch (parseexception e)
if (c.get(calendar.day_of_week) == 1)
if (c.get(calendar.day_of_week) == 2)
if (c.get(calendar.day_of_week) == 3)
if (c.get(calendar.day_of_week) == 4)
if (c.get(calendar.day_of_week) == 5)
if (c.get(calendar.day_of_week) == 6)
if (c.get(calendar.day_of_week) == 7)
return week;
}
Android日期選擇器可以設定起始日期和終止日期
妙語皆隨晨曦出 2016 11 01 00 04 1.日期選擇器 可以在客戶端設定日期的起始值,結束值和當前顯示的預設日期值,此方法可供html頁面呼叫 需要修改一下增加乙個js呼叫android的介面 客戶端可以直接呼叫。2.日期顯示的風格樣式 在styles.xml檔案中新增如下樣式 3.建立日...
根據日期查詢這一周的所有日期
static string gewek catch parseexception e calendar cal calendar.getinstance cal.clear cal.settime date 判斷要計算的日期是否是週日,如果是則減一天計算週六的,否則會出問題,計算到下一周去了 int...
ORACLE根據日期獲取當月的天數
create or replace function get days p date date return number authid current user asp days number 0 begin select to date to char add months p date,1 y...