code bereinigt

This commit is contained in:
Madeleine Vigier 2022-12-18 07:48:42 +01:00
parent 455e92a986
commit 922345077b

View File

@ -21,6 +21,7 @@ public class GeneralMethods {
/**
* The method getDayNumberNew() gets the Number of day in week
*
* @param dateString date as String e.g. 12.12.2022
* @return the Number of day in week
* @version 1.0
@ -38,6 +39,7 @@ public class GeneralMethods {
/**
* The method getDayName() gets the weekday
*
* @param dayNumber dayNumber e.g. 1 for Monday
* @return weekday
* @version 1.0