SASdates: Convert the Dates to 'SAS' Formats

Converts the dates to different 'SAS' date formats. In 'SAS' dates are a special case of numeric values. Each day is assigned a specific numeric value, starting from January 1, 1960. This date is assigned the date value 0, and the next date has a date value of 1 and so on. The previous days to this date are represented by -1 , -2 and so on. With this approach, 'SAS' can represent any date in the future or any date in the past. There are many date formats used in 'SAS' to represent date-time. Here, we try to develop functions which will convert the date to different 'SAS' date formats.

Version: 0.1.0
Suggests: testthat (≥ 3.0.0)
Published: 2022-11-09
Author: Mahesh Divakaran [aut, cre]
Maintainer: Mahesh Divakaran <imaheshdivakaran at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Language: en-US
Materials: NEWS
CRAN checks: SASdates results

Documentation:

Reference manual: SASdates.pdf

Downloads:

Package source: SASdates_0.1.0.tar.gz
Windows binaries: r-devel: SASdates_0.1.0.zip, r-release: SASdates_0.1.0.zip, r-oldrel: SASdates_0.1.0.zip
macOS binaries: r-release (arm64): SASdates_0.1.0.tgz, r-oldrel (arm64): SASdates_0.1.0.tgz, r-release (x86_64): SASdates_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SASdates to link to this page.