You have to enable the logging in your package --> property --> Logging --> Log package execution in SQL Server.
Once you done that, you will be able to see the execution date from system table sysdtspackagelog in MSDB. Your package name is in sysdtspackages in MSDB too.