diff --git a/ayanova/src/components/gzdateandtimepicker.vue b/ayanova/src/components/gzdateandtimepicker.vue index 1a8bfbfe..e0ca8b67 100644 --- a/ayanova/src/components/gzdateandtimepicker.vue +++ b/ayanova/src/components/gzdateandtimepicker.vue @@ -25,25 +25,44 @@ > --> - + + +
WHAAA???
+ + Cancel + OK +
+ + +
WHOOOO???
+ Cancel + OK +
- - - - +
+ --> @@ -86,6 +105,12 @@ export default { } //debugger; //console.log(this.show); + }, + timeSelected(theTime) { + console.log("time selected: " + theTime); + }, + dateSelected(theDate) { + console.log("date selected: " + theDate); } } };