code bereinigt

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

View File

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