quek / simple-date-time

date and time library for common lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone date object?

TatriX opened this issue · comments

Method day+ is destructive. So when I need original date and modified one I cant't see easy way to do it.

I change xxxx+ to a nondestructive function.
Thanks,