Initial commit — sursa ROAIMOB

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 18:38:49 +03:00
commit a53bb1dcc9
355 changed files with 11924 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)