Changeset 867 for Scheduling/trunk/m/BSDX07.m
- Timestamp:
- Jul 14, 2010, 8:08:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/m/BSDX07.m
r863 r867 1 BSDX07 ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; ; 7/6/10 6:13am1 BSDX07 ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; ; 7/6/10 4:28pm 2 2 ;;2.0;IHS WINDOWS SCHEDULING;;NOV 01, 2007 3 3 ; v1.3 July 13 2010 - Add support i18n - Dates input as FM dates, not US. … … 111 111 ;Returns ien in BSDXAPPT or 0 if failed 112 112 ;Create entry in BSDX APPOINTMENT 113 ; BSDXSTART and BSDXEND need to be stored as numeric, not string 114 ; So 3090713.0900 is incorrect --> it should be 3090713.09 113 115 N BSDXAPPTID 114 S BSDXFDA(9002018.4,"+1,",.01)= BSDXSTART115 S BSDXFDA(9002018.4,"+1,",.02)= BSDXEND116 S BSDXFDA(9002018.4,"+1,",.01)=+BSDXSTART ; smh fix bug stores as string 117 S BSDXFDA(9002018.4,"+1,",.02)=+BSDXEND 116 118 S BSDXFDA(9002018.4,"+1,",.05)=BSDXPATID 117 119 S BSDXFDA(9002018.4,"+1,",.07)=BSDXRESD
Note:
See TracChangeset
for help on using the changeset viewer.