Skip to content

Commit

Permalink
add fieldType:DateTime for datetime input
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Feb 27, 2024
1 parent 6b128e9 commit 9b192bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/common/plugins.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ export class NotebookwrapperComponent implements OnInit {
</ng-container>
<ng-container *ngSwitchCase="10">
<nz-date-picker
nzShowTime
nzShowTime [disabled]="disabled"
[nzFormat]="_pp.dateTimeFormat"
[(ngModel)]="_pp.primary"
[nzPlaceHolder]="_pp.placeholder"
Expand Down

0 comments on commit 9b192bf

Please sign in to comment.