第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

將 MySQL 數(shù)據(jù)庫(kù)的默認(rèn)日期選擇器值設(shè)置為 NULL

將 MySQL 數(shù)據(jù)庫(kù)的默認(rèn)日期選擇器值設(shè)置為 NULL

阿波羅的戰(zhàn)車 2022-11-30 13:18:28
我正在使用日期選擇器在 Android Studio 中選擇出生日期,但我想確保如果用戶不選擇 DOB,則 NULL 值將輸入到我的數(shù)據(jù)庫(kù)中,而不是某個(gè)任意日期,甚至不是當(dāng)前日期. 有沒(méi)有辦法將日期選擇器的默認(rèn)值設(shè)置為 NULL?XML 文件:<Button android:id="@+id/btnChangeDate" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Date of Birth" />JAVA代碼public void addListenerOnButton() {   ChangeDate = (Button) findViewById(R.id.ChangeDate;   ChangeDate.setOnClickListener(new OnClickListener() {        @Override        public void onClick(View v) {            showDialog(DATE_DIALOG_IDi);        }    });}@Overrideprotected Dialog onCreateDialog(int id) {    switch (id) {        case DATE_DIALOG_ID:            // set date picker as current date            return new DatePickerDialog(this, datePickerListener,                    year, month,day);           ;    }    return null;}private DatePickerDialog.OnDateSetListener datePickerListener        = new DatePickerDialog.OnDateSetListener() {    // when dialog box is closed, below method will be called.    public void onDateSet(DatePicker view, int selectedYear,                          int selectedMonth, int selectedDay) {        year = selectedYear;        month = selectedMonth;        day = selectedDay;    }};
查看完整描述

1 回答

?
慕村225694

TA貢獻(xiàn)1880條經(jīng)驗(yàn) 獲得超4個(gè)贊

嘗試將輸出變量放在 if 語(yǔ)句中。將默認(rèn)日期設(shè)置為某個(gè)值,例如


   public void setSomeDateOnView() {

        String mday = "11";

        String mmonth="11";

        String myear="2111";

        //convert them to int

        day  =Integer.valueOf(mday);

        month =Integer.valueOf(mmonth);

        year=Integer.valueOf(myear);

    }

然后在 if 語(yǔ)句中使用此值檢索 asp 或 php 代碼中的值,然后再將其放入數(shù)據(jù)庫(kù)


例如


if ($dateofbirth =="2111-11-11"){

      $dateofbirth1 = null;

}


查看完整回答
反對(duì) 回復(fù) 2022-11-30
  • 1 回答
  • 0 關(guān)注
  • 296 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)