0

Is there a function in the API that returns language description of a trigger? For example, cron trigger expression="0 0 0 L * ?" Language I'm looking for is "Fires at 0:00:00 every last day of the month" (Or something like that)

I want to use this to give feed back to user of what schedules are created. I'm hoping I don't have to parse the expression myself. I search Google but have came empty, maybe I'm not using the right words to search for.

I'm using the .NET version. But if there is a java function out there I could probably figure out how to port it.

Thanks in advance

Rick
  • 147
  • 1
  • 15
  • There is a question similiar to this [here](http://stackoverflow.com/questions/4469276/convert-cron-expression-into-nice-description-strings-is-there-a-library-for-ja) I think your going to have to write something yourself for this – Michael W Dec 12 '11 at 23:36
  • Thanks, I was afraid of that. Don't know how my searches did not pull that question up. It's exactly what I asked. – Rick Dec 12 '11 at 23:48
  • @JavaGeek I guess you should post your answer so that Rick can accept it. I don't think it's an exact duplicate of the question you linked, as this one is really related to Quartz. – yorah Dec 14 '11 at 10:12

1 Answers1

0

There is a question similiar to this here I think your going to have to write something yourself for this.

Community
  • 1
  • 1
Michael W
  • 3,515
  • 8
  • 39
  • 62