pd

Format a number with total number of digits
I used it to format a date as "yyyy-mm-dd"

CodeFunctionName What is this?

Public

Tested

Imported

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

Parameters

n, totalDigits

Examples

BBlogDate = pd(Year(BBlogDate),4) & "-" & pd(Month(BBlogDate),2) & "-" & pd(Day(BBlogDate),2)

Permanenet link

Statistics

Views 2,949

Downloads 1,133

IDs

CodeID
DB ID