This commit is contained in:
2023-09-03 21:48:44 -06:00
parent a55f8c8d32
commit 81ab39768d
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
**/Objects
**/B4A/Objects
**/AutoBackups
*.meta

View File

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