Update Subs.bas

This commit is contained in:
jaguerrau
2023-09-03 22:07:11 -06:00
committed by GitHub
parent b8e2228841
commit f4d459ec88

View File

@@ -12,7 +12,7 @@ Sub Process_Globals
Private su As StringUtils 'Usa la libreria StringUtils 'ignore
End Sub
'Linea de prueba 5
'Linea de prueba 6
'Convierte una fecha al formato yyMMddHHmmss
Sub fechaKMT(fecha As String) As String 'ignore