The SQR handbook will hold tips and tricks as well as some How to posts.
| Title | Under | Posted on |
|---|---|---|
| Abs Mgmt: How can Abs rule pro-rate contractor's last month's entitlement (need help urgently) | PeopleSoft Functional | 03/10/2010 - 9:21pm |
| Can we user LONG datatype as a search option in PeopleSoft | PeopleSoft Technical | 03/10/2010 - 11:22am |
| special caracters are not translated correctly when ftp from windows to unix | Programming | 03/09/2010 - 3:23pm |
| SQR Code for converting the data from .CSV into Peoplesoft Tables | PeopleSoft Technical | 03/08/2010 - 9:25pm |
Comments
Hi,
In my sqr program i am creating an xls output file. I wanted to print also the logo of the company. is it possible?
Thanks,
Warren
Edit: question moved to the forums.
Hi All,
can any body tell me how to change format of the date to 'yymmdd' in people code. this i can achive in
sqr by using edit()function.is there any builtin function in peoplecode to change the date format.
Thanks in advance,
sudha
For Date Format Change in PeopleSoft:
Use DateTimeToLocalizedString function for getting date in desired String format. If u want to recoginize the string in format "yymmdd" as Date, then use Date Function
Post new comment