You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/svc/svc-native-date-time-dialog/svc-native-date-time-dialog.component.html
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,11 @@
7
7
<p-radioButtonname="native-date-time-1" [value]="true" [(ngModel)]="nativeDateTime" label="Use your web browser's own date/time input method"></p-radioButton>
8
8
<divclass="explanation">
9
9
This provides greater ease of use with mobile devices, but can't be used to enter dates before the year 1 CE.
10
-
<ng-container*ngIf="isIOS">
11
-
<p>
12
-
For iOS devices, there is no native date/time input that covers the full range of time from years down to minutes.
13
-
When using the web browser's input method, touch the left side of the clock to set year, month and date. Touch the
14
-
right side to enter month, date, hour and minute.
15
-
</p>
16
-
<p>
17
-
When setting years a century or more ago there might be a discrepancy of a few minutes between the time shown in
18
-
the native date/time input and the time shown by the Sky View Café clock.
19
-
</p>
20
-
</ng-container>
10
+
<p*ngIf="isIOS">
11
+
For iOS devices, there is no native date/time input that covers the full range of time from years down to minutes.
12
+
When using the web browser's input method, touch the left side of the clock to set year, month and date. Touch the
13
+
right side to enter hour and minute.
14
+
</p>
21
15
</div>
22
16
This setting can be changed later using the <strong>More.../Preferences</strong> dialog
0 commit comments