Skip to content

Commit

Permalink
Merge pull request #3 from ArnaudDeMontard/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux authored Nov 12, 2024
2 parents 6407411 + 1501f53 commit 98af3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/Sources/Methods/dat.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -287,4 +287,4 @@ End if
$0:=$o

// ----------------------------------------------------
// End
// End

0 comments on commit 98af3a4

Please sign in to comment.