vb scripting date
How to convert the month of the year into a letter starting with the letter A - January and ending with L - December
the text with the month of the year is linked to the PC clock
Thanks
0
-
Try this:
Dim MonthCode
MonthCode = Array("X","A","B","C","D","E","F","G","H","Y","J","K","L")Value = Now()
Value= Month(Value)
Value= MonthCode(Value)
0
Iniciar sesión para dejar un comentario.
Comentarios
1 comentario