The BasePlus package [ver. 1.31.0]

The BasePlus package [ver. 1.31.0]

A bunch of "date & time" macro one-liners added:

```sas
%put %today() %date() %time() %datetime();
```

Doc. updated.
This commit is contained in:
Bart Jablonski
2023-10-12 17:20:51 +02:00
parent 0c1e5c7d3a
commit 2e1d9df0c3
5 changed files with 5991 additions and 73 deletions

View File

@@ -45,10 +45,12 @@ libname NEW "%workPath()/new";
%put %translate(%str("A", "B", "C"),%str(%",),%str(%' ));
%put %tranwrd(Miss Joan Smith,Miss,Ms.);
%put %date() %time() %datetime();
```
and more.
SHA256 digest for the latest version of `BasePlus`: F*B91771D45C781B6806DBB44A3B491A0784D7698B9F3BBBE1A86EE5594834315F
SHA256 digest for the latest version of `BasePlus`: F*7EF23E80A2C03B29402183D97ECFF608B62BEDD9458848709B52DC362E6201B9
[**Documentation for BasePlus**](./baseplus.md "Documentation for BasePlus")