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 Boldcodes.com

Linkedin Login

n, totalDigits

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

Views 2,949

Downloads 1,133

CodeID
DB ID