Added comments and documentation strings

This commit is contained in:
Sudhir Shenoy 2017-07-22 22:03:53 +09:00
parent c17039fd47
commit 9d06952341
8 changed files with 103 additions and 24 deletions

View file

@ -24,6 +24,9 @@
;;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
;;;; Print-Date.lisp - functions to convert a date-time into various string
;;;; formats
(in-package :cl-dates)
(defun date->string (date &key (format :human) zone)