Skip to content

Commit 0871113

Browse files
committed
Use title case in README titles
1 parent a28e94a commit 0871113

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Print the current and entered date and time in all supported formats in Java Server Pages (JSP), Java, ColdFusion and Thymeleaf
1+
# Print Current and Entered Date and Time in All Supported Formats in Java Server Pages (JSP), Java, ColdFusion and Thymeleaf
22

33
The datetime class will enter the year, month, day of the month, hour, minute, and second, and then print the entered date and time, and then it prints the current date and time in Java Server Pages (JSP), Java, ColdFusion and Thymeleaf.

datetime-coldfusion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Print current date and time in all supported formats in ColdFusion
1+
# Print Current Date and Time in All Supported Formats in ColdFusion
22

33
Enter the date and time values in the webpage and press the **Submit** button to see the printed output of all supported date and time formats using ColdFusion.

datetime-jsp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Print entered date and time values in all formats using Java Server Pages
1+
# Print Entered Date and Time Values in All Formats using Java Server Pages
22

33
Enter the date and time using the form and then press the **Submit** button to see the entered date and time in all supported formats.
44

datetime-thymeleaf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Print entered date and time values in all formats using Thymeleaf
1+
# Print Entered Date and Time Values in All Formats using Thymeleaf
22

3-
Enter the date and time using the form and then press the **Submit** button to see the entered date and time in all supported formats using Thymeleaf.
3+
Enter the date and time by using the form and then press the **Submit** button to see the entered date and time in all supported formats by using Thymeleaf.
44

55
## Instructions
66

0 commit comments

Comments
 (0)