I always get this problem - import DA.Date (Date) ----- (does not export date)
App Development2 posts34 viewsLast activity Sep 2024
MA
Matthew_CollinsOP
Sep 2024How do i fix it - Module ‘DA.Date’ does not export ‘Date’",
i don’t know the answer and really need a fix?
Any help would be great?
AN
Andrae
Sep 2024The Date datatype is provided as part of Prelude, DA.Date provides some specialised types and functions for manipulating Date values. As a part of the prelude, you don’t have to import anything to have access to the Date as a datatype.