Initial: flux text FoxBin2Prg (git urmareste .??2 in-arbore, binarele VFP git-ignored)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-16 11:37:36 +03:00
commit 34aed0c4d7
236 changed files with 145556 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
local d,l,a,t
public m.dat
sele mf
d=day(datapif)
l=month(datapif)+mod(normat,12)
a=year(datapif)+int(normat/12)
if l>12
l=l-12
a=a+1
endif
t=str(d,2)+'/'+str(l,2)+'/'+str(a,4)
m.dat=ctod(t)