Skip to content

Commit 930d04f

Browse files
committed
Added new solution files and fix ReadMe
1 parent fe14f04 commit 930d04f

5 files changed

Lines changed: 11 additions & 1 deletion

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
# TimePicker.PCF
22
Time Picker PCF (PowerApps Component framework) Control based on React time Picker (rc-time-picker)
33

4-
It will display a formatted input field with a pop-up for time entry (hours, minutes, am/pm).
4+
It will display a formatted input field with a pop-up for time entry.
55

66
It requires 2 backend fields on CDS side.
77

88
hourvalue : Whole number
99

1010
minutevalue : Whole number
1111

12+
1213
# Dependencies
1314
rc-time-picker : https://github.com/react-component/time-picker
1415

1516
moment : https://momentjs.com/docs/
1617

18+
# Parameters
19+
| Parameter | Description |
20+
|-------------------|----------------------------------------------------------------------------------------------|
21+
| hourvalue | Bind this property to the field where you want to store the hour value |
22+
| minutevalue | Bind this property to the field where you want to store the hour value |
23+
| displaytype | 12 Hours or 24 hours format |
24+
25+
26+
1727
# Screenshots
1828
![alt text](https://github.com/drivardxrm/TimePicker.PCF/blob/master/timepicker.png?raw=true)
1929

TimePickerPCF_1_0_0_6.zip

-402 KB
Binary file not shown.

TimePickerPCF_1_0_0_6_managed.zip

-402 KB
Binary file not shown.

TimePickerPCF_1_0_0_7.zip

407 KB
Binary file not shown.

TimePickerPCF_1_0_0_7_managed.zip

407 KB
Binary file not shown.

0 commit comments

Comments
 (0)