Need Explanation

  • Thread starter Kaladhaur Palaniappa
  • Start date
K

Kaladhaur Palaniappa

These are informix/4GL lines. I am writing equivalent perl code

Can anyone explain me what this code performs

sdate be any date
------------------

let mnth = month(sdate)
let yr = year(sdate)
# let edatec = mnth using "&&", "/01/", yr using "&&&&"
let edate = edatec
# let edate = extend(edate) + 1 units month - 1 units day

I have problems on how to translate to Perl on # marked lines

Kaladhaur
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,062
Members
48,769
Latest member
Clifft

Latest Threads

Top