From 1501f53452cd25634e8c3a0a0198dd7161813000 Mon Sep 17 00:00:00 2001 From: Arnaud de Montard <66876411+ArnaudDeMontard@users.noreply.github.com> Date: Sat, 11 Feb 2023 20:10:14 +0100 Subject: [PATCH] Update dat.4dm --- Project/Sources/Methods/dat.4dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project/Sources/Methods/dat.4dm b/Project/Sources/Methods/dat.4dm index f38d5e6..a9c592a 100644 --- a/Project/Sources/Methods/dat.4dm +++ b/Project/Sources/Methods/dat.4dm @@ -192,7 +192,7 @@ Else $o.result:=Day of:C23(Add to date:C393(!00-00-00!;Year of:C25($o.date);Month of:C24($o.date)+1;1)-1) //______________________________________________________ - : ($1="daysInYear") // Returns the number of days of the month + : ($1="daysInYear") // Returns the number of days of the year $o.result:=Add to date:C393(!00-00-00!;Year of:C25($o.date);12;31)-Add to date:C393(!00-00-00!;Year of:C25($o.date);1;1)+1 @@ -287,4 +287,4 @@ End if $0:=$o // ---------------------------------------------------- - // End \ No newline at end of file + // End