All Downloads are FREE. Search and download functionalities are using the official Maven repository.

portal.default.redbox.scripts.workflows.submission.py Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
import time

class SubmissionData:
    def __activate__(self, context):
        pass

    def getSubmitDate(self):
        return time.strftime("%Y-%m-%d")





© 2015 - 2024 Weber Informatics LLC | Privacy Policy