ISPWeb B.V.

Results 4 comments of ISPWeb B.V.

I had found the euridEppDeleteDomainRequest and tried to modify it to SIDN but did't got it to work.

I have everything working now, but the only thing i don't get is how to set the domain expire with the right time. The documentation say to use format '2030-01-01T08:37:45.000Z'...

public function addExpireDate($expiredate) { $expiredate=new DateTime($expiredate); $expiredate=gmdate('Y-m-d\TH:i:s.000\Z', $expiredate->format('U')); // $this->expireDate = $expiredate; $this->expireDate = date("Y-m-d",strtotime($expiredate)); } Expiredate format "Y-m-d" is working on ScheduledDelete but "Y-m-d\TH:i:s.000\Z" give an error? How can...

After contacting SIDN today, they said that only date is possible with ScheduledDelete condition setDate.