我使用角矩選擇器輸入dateTimePicker的,我想今天設置日期和當前時間的輸入。這是我的源代碼。你能幫我麼。 謝謝如何設置今天的日期和時間,默認角矩選擇器
<input class="form-control"
format="DD/MM/YYYY HH:mm"
ng-model-options="{ updateOn: 'blur' }"
moment-picker="startDate"
id="startDate"
ng-model="startDate">
添加腳本代碼 –
@Mr_Perfect三江源。這是我正在尋找。有什麼屬性添加到輸入instanciate從angularjs控制器的日期? ng-model =「startDate」不起作用,如果我加入startDate = new Date();在angularjs控制器 – Rodrigo
那麼,你想在輸入中顯示什麼值?我的意思是全部價值還是隻有日期和時間? –